N
N
nekapital2018-02-19 17:45:06
Python
nekapital, 2018-02-19 17:45:06

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

5 answer(s)
U
Uwe_Boll, 2018-02-19
@Uwe_Boll

off documentation

L
longclaps, 2018-02-19
@longclaps

tyts

S
Subb98, 2018-02-19
@Subb98

A complete list of literature for beginners (off)
I chose for myself

A
asd111, 2018-02-19
@asd111

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.

D
Denis Suprunenko, 2018-03-10
@wertex

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 question

Ask a Question

731 491 924 answers to any question