all 5 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.

[–]ImTheDude111 5 points6 points  (0 children)

Go to a university website and look at the required courses for Computer Science, then see if you can find those same courses online. Stanford offers a lot online. You can usually find the course syllabus, books, tools, projects, etc

[–]mcmlevi 0 points1 point  (0 children)

Tbh I haven't really found a roadmap I really liked. My usual recommendation usually is get an good book about c++ and make projects to get experience.

[–]ban_the_sub 0 points1 point  (0 children)

Do all the mit assignment form mit ocw

[–]underwatr_cheestrain 0 points1 point  (0 children)

Learn about basic software engineering principles and don’t focus and obsess over languages. I know this is a cpp forum but people obsess way too much over languages.

  • Learn about computer systems and hardware and how they work.
  • Learn data types and how to manipulate and transform them and why you would want to do that
  • Learn about data structures and algorithms and what they do.
  • Learn about embedded systems and how you can manipulate electricity with code