🧠Weekly C++ Mastery Roadmap (Online Only, No Books)
Week 1-2: C++ Basics + Syntax
Week 3-4: Object-Oriented Programming + STL
- ✅ LearnCpp.com: OOP (Classes, Inheritance, Polymorphism)
- ✅ STL Basics: vector, map, set, unordered_map
- ✅ Practice: Build a mini contact book using OOP & STL
Week 5-6: Modern C++ (C++11/14/17)
Week 7-8: Templates + Idioms
Week 9-10: Concurrency and Multithreading