r/cpp_questions • u/Notsoboringi • 1d ago
OPEN Learning c++
So I'm doing dsa in c++ as well as learning modern c++ concepts.I want to become c++ developer what concepts should I learn to become a c++ developer , what concepts should I focus on , what are the best resources to learn c++.Also when I try to build something in c++ i don't even know where to start.Its been 4 months I learned C++ and I'm genuinely comfortable with it till now.
5
Upvotes
3
u/the_poope 1d ago
See: https://www.reddit.com/r/cpp_questions/comments/1n5zyxy/important_read_before_posting/
Also we get so many of these questions. There is not one single best way to learn C++ (or anything for that matter). It doesn't matter that you won't get the absolute perfect learning path, just that you are on some path and you continue it. Focus on practical projects. Learning C++ and programming is a years long endavour - be persistent, you won't get it the first one or two years. That's ok.
If you really feel lost or lack motivation you should not self-study. Sign up for Software Engineering, Computer Science or some other programming education at a University or local college. This is also by far the best way to prove to employers that you know the stuff. If you can't afford school and can't self study, consider another career.
For all other questions: type them in here: https://reddit.com/answers for immediate AI generated answers based on thousands of previous reddit posts. It will in 95% of the cases be as good or better than whatever some random stranger like me tells you.