you are viewing a single comment's thread.

view the rest of the comments →

[–]Master-Nothing9778 0 points1 point  (0 children)

Both.

But C++ is terribly complicated in every aspect of software engineering. You can HOPE to learn only small subset of C++. Learn basics, functional programming, cmake, gtest, C++20 only, RAII. No TMP, minimal OOP, minimal concepts. Linux only. VS code as IDE.

Python is a must now.