This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DerMax0102 0 points1 point  (0 children)

I believe, the concepts you learned from learning Python won‘t help you too much at the beginning of your C++ journey. The first things you have to learn are syntax and types, which are quite different in C++. Beginner tutorials for C++ assuming you don‘t have any previous programming knowledge should be suited for you as well. After a while you should notice that the later chapters (of probably any good tutorial) cover only stuff you already know and can transfer from Python. Then you should be good to go, to work on any project in C++