I'm looking to dive into C++ but my community college only offers an Intermediate course, and I don't want to fall behind. I have some knowledge of HTML and CSS, but I'm a complete beginner with C++. I've found a bunch of resources online, but I'd love to get some real recommendations from people who have been in my shoes. Are there any websites, books, or YouTube channels you suggest for someone just starting out with C++?
5 Answers
You should definitely check out learncpp.com. It's a really popular resource for beginners and highly recommended by many learners.
Check out TheCherno's YouTube channel. He’s a former EA developer and covers C++ in a way that's easy to follow. His series includes everything from basic C++ to a full game engine build, which is super helpful. Even though it's a few years old, it covers modern C++ concepts really well.
I get that community college degrees can feel limiting, but remember, it’s all about the effort you put in! A great free resource to start learning C++ is Codecademy. It's a solid introductory course to help get you going.
If you've learned HTML and CSS already, you might find some similarities with JavaScript's syntax, which can make the transition smoother. Some suggest starting with TypeScript, but since you need credits, maybe learn the basics of both JavaScript and C++ to stay ahead.
I heard that, but the way the courses are lined up makes that tough. I'll try to pick up JavaScript basics before C++ starts.
For a solid foundation, I suggest looking into O'Reilly's C++ in a Nutshell—great for covering essentials. Also, you can find relevant playlists like "C++ in 2025" on YouTube. Don't forget to set up a simple IDE for writing and compiling your code, that makes a big difference.
Thank you for the suggestions!

Thank you!