Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
/ C-98-Programs Public archive

Contains miscellaneous C++98 programs to help understand various aspects of programming and nuances of programming

Notifications You must be signed in to change notification settings

bearlike/C-98-Programs

Repository files navigation

C++98: Project Based Learning

Contains miscellaneous fun projects to aid learning C++98 better.

Getting Started

These C++98 programs will help you understand various aspects of programming and nuances of programming.

Prerequisites

You may have MS-DOS installed on bare metal or in VirtualBox. It may not work under Windows systems.

Setup Environment

Project Descriptions

1. Game The Truck Rally

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.

2. Game Tic Tac Toe

The classic game of X's and O's developed in C++98.

3. Supermarket Database Management

A simple C++98 project that manages a Supermarket's Product Database and Billing.

Why should your first programming be C++98 ?

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.

Authors

License

Public so feel free to use it.

About

Contains miscellaneous C++98 programs to help understand various aspects of programming and nuances of programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages