Welcome to my C++ Projects Repository!
This repository contains a curated collection of C++ console-based projects, designed to strengthen problem-solving skills, implement core programming concepts, and apply Object-Oriented Programming (OOP) in real-world scenarios.
Each project folder contains two supporting files (like README.md or data files) and one main C++ source file (`.cpp`). Projects are organized from Beginner → Intermediate → Advanced levels to demonstrate gradual learning and skill progression.
- C++ Fundamentals (Loops, Conditionals, Functions, Arrays, Strings)
- Object-Oriented Programming (OOP)
- File Handling & Data Persistence
- STL (Standard Template Library)
- Console-based Game & Application Logic
- Problem Solving & Algorithm Implementation
- 🔗 Number Guessing Game
- 🔗 Simple Calculator in C++
- 🔗 Word Counter
- 🔗 Tic-Tac-Toe Game
- 🔗 Student Grades Tracker
- 🔗 Student Grade Management System
- 🔗 Library Management System
- 🔗 Movie Ticket Booking System
g++ main.cpp -o output
./outputMake sure a C++ compiler (like g++) is installed on your system.
C++-Projects-Collection/
│
├── Library Management System/
│ ├── README.md
│ └── Task Three Command-Line Library Management System.cpp
│
├── Movie Ticket Booking System/
│ ├── README.md
│ └── task05MovieManagement.cpp
│
├── Number Guessing Game/
│ ├── README.md
│ └── task01GaussingGame.cpp
│
├── Simple Calculator in C++/
│ ├── README.md
│ └── task02SimpleCalculator.cpp
│
├── Student Grade Management System/
│ ├── README.md
│ └── Task One Student Grade Calculator.cpp
│
├── Student Grades Tracker/
│ ├── README.md
│ └── task03StudentGradingSystem.cpp
│
├── Tic-Tac-Toe Game/
│ ├── README.md
│ └── Task Two Tic Tac Toe.cpp
│
├── Word Counter/
│ ├── README.md
│ └── task04WordCount.cpp
│
└── README.md- Build a strong C++ portfolio
- Practice real-world project logic
- Learn and implement OOP, file handling, and STL
- Prepare for academic and technical interviews
Zain Ul Abideen
📩 abideen5036@gmail.com
🌐 GitHub: zain-ul-abideen-5036
Suggestions and improvements are welcome! Feel free to explore, fork, or ⭐ the repository.