Contains miscellaneous fun projects to aid learning C++98 better.
These C++98 programs will help you understand various aspects of programming and nuances of programming.
You may have MS-DOS installed on bare metal or in VirtualBox. It may not work under Windows systems.
- Install MS-DOS under VirtualBox. See: How to Install DOS 6.22 Under VirtualBox
- Copy source files to MS-DOS guest. You should first create a virtual floppy disk and insert it into VirtualBox. See: Using MagicISO to create floppy disk image
- Install Borland C++ 3.1 in MS-DOS. See: Downloading Borland C++ 3.1
The Truck Rally is an endless running game developed in C++98 using the Graphic Library.
- Features
- Simulates 2d effects from scratch.
- The difficulty of the game would increase for completion of every 1000 points.
- Has an intro sound :)
- Saves the Player name and High Score in a file.
The classic game of X's and O's developed in C++98.
A simple C++98 project that manages a Supermarket's Product Database and Billing.
The Old C++98 is more of a minefield, and it's nice to learn how to navigate such a beast. It will also make you understand why things are done how they are, and what the implications of different constructs are.
- Krishna Alagiri - Supermarket_Database_Management.CPP - KrishnaAlagiri
- Krishna Alagiri - The_Truck_Rally.CPP - KrishnaAlagiri
- Krishna Alagiri - Tic_Tac_Toe.CPP - KrishnaAlagiri
Public so feel free to use it.