Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 2.16 KB

README.md

File metadata and controls

17 lines (12 loc) · 2.16 KB

C++ Mini Projects

Below are some C++ based mini projects based on various domain.

Table of Contents

Projects

Name Description
Hangman Game This is an implementation of the classic Hangman Game.
Horoscope Calculator It is a simple program that calculates a person's zodiac sign
Hospital Management It is a program for a hospital management system. The program allows users to add, display, search, transpose, delete, clear, and modify patient records.
Pong Game It is a simple Pong game played between two players, each controlling a paddle.
Snake Game It is the classic simple snake game.