I need some advice on how to motivate myself to learn cpp but don’t know where to begin.
2 Likes
Start with basics and practice daily. Here are some free resources/links I used:
Learn Syntax & Fundamentals
- C++ for Beginners (w3schools) – Simple explanations with examples.
- C++ Tutorial (learncpp.com) – Detailed, step-by-step guide.
Practice Coding
- Exercism C++ Track – Small coding exercises with feedback.
- HackerRank C++ Challenges – Problem-solving practice.
For Projects
- Codecademy (Free C++ Course) – Interactive lessons.
- YouTube: The Cherno (C++ Playlist) – Clear video tutorials.
Just pick one and stick with it for a while.
3 Likes
Thank you for hooking me up with some sources. Much appreciated sir.
1 Like