Welcome to my C++ programming archive! This repository is a personal collection of code snippets, problem solutions, and mini-projects written in C++. It's a space where I explore different aspects of the languageβranging from basic syntax to more advanced data structures and algorithms.
- π Beginner Programs β Simple input/output, control structures, and loops
- π Functions and Recursion β Modular code and recursive problem solving
- π Data Structures β Arrays, linked lists, stacks, queues, and trees
- π‘ Algorithms β Searching, sorting, and other problem-solving strategies
- π Object-Oriented Programming β Classes, inheritance, and polymorphism
- π Projects β Small-to-medium scale projects demonstrating real-world logic
This repository serves as both:
- A learning journal, documenting my growth as a C++ programmer
- A reference library, useful for quick lookup or reuse of code
- Language: C++ (mostly C++17/C++20 standard)
- Compiler: GCC / Clang / MSVC depending on environment
- Add more real-world examples and challenges
- Optimize existing code for performance and readability
- Collaborate with others and accept constructive feedback
I'm open to ideas, pull requests, or improvements! Feel free to fork this repo and experiment.
Thanks for stopping by! I hope this repository sparks ideas or helps in your own C++ journey.