Welcome to the beginner-friendly C++ programming repository! This repository is designed to help new learners understand the basics of C++ through weekly lessons and practical examples.
✅ Completed Weeks (1–9)
Week 1: Introduction to C++ and setting up the development environment
Week 2–3: Variables, data types, operators, and expressions
Week 4: Branching with if, else, and switch
Week 5: Loops (for, while, do-while)
Week 6: Arrays and vectors
Week 7–8: User-defined functions
Week 9: Objects and classes
Week 10: Inheritance and polymorphism
Week 11: Pointers
Week 12: Streams
Week 13 & 15: Searching and sorting algorithms
Week 14: Thanksgiving Break
Feel free to contribute by adding new examples, improving documentation, or suggesting enhancements. Fork the repository and submit a pull request with your changes.
This project is open-source and available under the MIT License.
Happy coding! 🚀