A collection of simple and beginner-friendly C++ projects focused on improving your programming skills through hands-on problem-solving. Each project covers fundamental C++ concepts such as functions, loops, conditionals, arrays, file handling, and object-oriented programming (OOP).
- Simple Calculator - A menu-driven calculator performing basic arithmetic operations.
- Number Guessing Game - Guess the randomly generated number between 1 and 100.
- Student Record System - Manage and display student information using structures.
- Tic-Tac-Toe Game - A two-player console-based Tic-Tac-Toe game.
- ATM Simulation - Simulates basic ATM operations like balance inquiry, deposit, and withdrawal.
-
Clone the repository:
-
Compile any C++ file using
g++
or your preferred C++ compiler:g++ filename.cpp -o filename ./filename