Hey everyone! I'm just starting my journey into programming and I'm really interested in learning C++. I've heard it can be quite challenging, so I'm looking for recommendations on some good books or resources to help me get started. If anyone has experience learning C++ and can share what worked for them, I'd appreciate it!
4 Answers
One great approach is to work on a personal project. It’s super helpful to learn how to use C++ tools as you need them. Start with a specific goal, like 'I want to save a file', and dig into the C++ methods to achieve that. Trying to learn C++ in a general sense can be overwhelming since there’s just so much to cover!
Check out [learncpp.com](https://www.learncpp.com/). It’s a fantastic resource that breaks down concepts in a clear, digestible way for beginners. Definitely worth a look!
Check out 'Professional C++' (6th Edition) by M. Gregoire. It’s really comprehensive and a solid resource for serious learners.
I suggest starting with an easier language first. I began with Python, then moved on to C# and several others. Focus on what you aim to do; that will shape how you learn! Once you get the hang of sorting out different editors and IDEs, learning new languages becomes much smoother. Consistent practice is key—try dedicating at least an hour a day to it. Good luck!
Wait, only 4 months for Python? That's impressive!
Totally agree! Python is a gentle start, but moving to other languages can get tricky. Just be prepared for that transition!