This repository contains my C++ practice files — small programs, exercises, and code snippets written while learning and revising core C++ concepts.
- Basic syntax and input/output
- Control structures (if, loops, switch)
- Functions and recursion
- Arrays, strings, and pointers
- Object-oriented programming basics
To document my C++ learning journey and provide a quick reference for beginners exploring similar topics.
Clone the repository and compile any file using your preferred C++ compiler:
g++ filename.cpp -o output
./output- STL practice
- File handling
- Small problem-solving exercises
Feel free to explore, learn, or suggest improvements!