Skip to content

A collection of simple and beginner-friendly C++ projects focused on improving your programming skills through hands-on problem-solving.

Notifications You must be signed in to change notification settings

msa-iqbal/c-plus-plus-mini-projects

Repository files navigation

C++ Mini Projects

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).

Project List

  1. Simple Calculator - A menu-driven calculator performing basic arithmetic operations.
  2. Number Guessing Game - Guess the randomly generated number between 1 and 100.
  3. Student Record System - Manage and display student information using structures.
  4. Tic-Tac-Toe Game - A two-player console-based Tic-Tac-Toe game.
  5. ATM Simulation - Simulates basic ATM operations like balance inquiry, deposit, and withdrawal.

Getting Started

  1. Clone the repository:

  2. Compile any C++ file using g++ or your preferred C++ compiler:

     g++ filename.cpp -o filename
     ./filename

About

A collection of simple and beginner-friendly C++ projects focused on improving your programming skills through hands-on problem-solving.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages