Below are some C++ based mini projects based on various domain.
| 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. |