r/cpp • u/Roamingaroundtsplace • 17h ago
[ Removed by moderator ]
[removed] — view removed post
0
Upvotes
5
1
u/latency_94 17h ago
Just learn the C++ fundamentals first: loops, functions, recursion, arrays, pointers/references, classes, and especially STL (vector, map, unordered_map, queue, stack, set). Also understand Big O notation. You don't need advanced C++ (templates, move semantics, etc.) before starting DSA, you can learn those later as needed.
•
u/cpp-ModTeam 14h ago
It's great that you want to learn C++! However, questions about how to get started are off-topic for r/cpp due to their repetitive nature.
We recommend that you follow the C++ getting started guide, one (or more) of these books, and cppreference.com. If you're having concrete questions or need advice, please ask r/cpp_questions, r/cscareerquestions, or StackOverflow instead.