Hey everyone! I'm a college student and brand new to C++. Although it's not part of my official coursework, I'm really eager to dive into it. I want to learn C++ in a way that allows me to develop applications and games, as well as understand low-level programming and graphics. If there are any experienced developers or seniors out there, I would greatly appreciate your advice on the best approaches or resources to learn this language effectively. Thanks!
2 Answers
The best way to learn is to start coding right away! Install a C++ compiler and text editor, and start creating simple programs. Once you run those, go back and understand every line of code. The more you practice, the better you’ll get!
Start with the basics! I recommend checking out LearnCpp.com for solid fundamentals. Once you have those down, build on your knowledge step by step.

Sounds good! What kind of projects should I try first as a beginner? Should I focus on small projects?