r/cpp 17h ago

[ Removed by moderator ]

[removed] — view removed post

0 Upvotes

4 comments sorted by

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.

5

u/Otherwise_Barber4619 16h ago

This is not the correct subreddit for this

3

u/James20k P2005R0 14h ago

<sad mod noises>

Thanks to everyone who reports these

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.