Looking for Beginner Resources to Learn C++

0
4
Asked By TechieNinja42 On

I'm interested in picking up C++ and have some background in Java and Python. Can anyone recommend some good YouTube channels or textbooks where I can start with the basics?

5 Answers

Answered By SyllabusSeeker On

Just a little reminder: when you start learning, don’t hesitate to ask questions and seek help in forums! It can really enhance your understanding.

Answered By LearnWithMe88 On

Have you tried learncpp.com? It’s a really comprehensive and accessible resource. You might find it quite helpful!

Answered By CPlusPlusFan23 On

I wasn't a fan of learncpp.com, but I found this YouTube link super helpful for getting started with C++: https://youtu.be/-TkoO8Z07hI?si=_3t9mp2kOeq0HGZ6. This guy breaks things down really well!

Answered By DevGuru101 On

If you prefer structured courses, Udemy has some great options for C++. It’s usually pretty affordable, and you can learn at your own pace.

UserNameKid -

This is the way!

Answered By CodeMaster77 On

Check out these YouTube channels for learning C++:

- CodeBeauty: Perfect for beginners.
- The Cherno: Has a detailed and entertaining C++ series.
- freeCodeCamp: Offers a full course that's over 4 hours long.

For textbooks, I highly recommend "Programming: Principles and Practice Using C++" by Bjarne Stroustrup, the creator of C++. Focus on getting comfortable with syntax, OOP concepts, STL, pointers, and memory management. Make sure to code daily to solidify what you learn!

CuriousCoder29 -

Thanks for the recommendations!

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.