Answer the question
In order to leave comments, you need to log in
What textbook is the fastest way to learn C++ and Python if I know PHP well?
Hello.
I have been writing in PHP occasionally for many years.
Now there is a need to "drive in" as quickly as possible in the syntax features of C ++ and Python.
Please advise some guidance for such cases.
Maybe there is something in nature especially for those who know PHP? (-:
Because everything I find is for those who start from scratch, and it turns out that a lot of "extra text" needs to be read.
Thank you.
Answer the question
In order to leave comments, you need to log in
C++ primer Lippman.
For C ++, I’ll immediately say that it’s impossible to quickly enter. It will be necessary to understand well how you can write and how not. Because the code seems to work, but with multithreading, bugs start and stuff like that.
I would advise not to go deep into syntax features, but to understand how it all works "under the hood". Look for Eckel's C++ Philosophy. It's old, but mostly up-to-date.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question