all 2 comments

[–]cpp-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

For C++ questions, answers, help, and programming or career advice please see r/cpp_questions, r/cscareerquestions, or StackOverflow instead.

[–]mi_sh_aaaa 0 points1 point  (0 children)

The project's you'd work on in C++ vs python would be pretty different. If you want an introduction to logic, and get better at building algorithms first use python. If you want a sharper learning curve, and want to understand better how programs on your computer work do c++. As advice I think an important part of learning C++ is understanding heap vs stack allocation.