Getting Started with C++: Need Recommendations

0
21
Asked By CuriousCoder92 On

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

Answered By HelpfulHacker33 On

You should definitely check out learncpp.com. It's a really popular resource for beginners and highly recommended by many learners.

CuriousCoder92 -

Thank you!

Answered By GameDevGal On

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.

Answered By LearningJourney91 On

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.

Answered By DevDude99 On

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.

CuriousCoder92 -

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.

Answered By CodeMasterX On

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.

CuriousCoder92 -

Thank you for the suggestions!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.