C i p h e r s o f t w a r e

Applications

Here you can find all of my programs that don't fall under the catergory of games. Full sourcecode can be found in the zip file.

A l l e g r o H i g h S c o r e C l a s s

Download

Language: C++
Libraries used: N/A
Description: This acts as a graphical front-end for the below HighScore class. It greatly simplifies the ability to add highscore support in your Allegro games. Some features include autosort, saves the data to file, displays highscores graphically, promts user to enter his/her name.

Source: alleghs.c

H i g h S c o r e C l a s s

Download

Language: C++
Libraries used: N/A
Description: Includes autosort, saves the data to file, enter/delete records with ease, find average score, commented sourcecode.

Source: hiscore.h

B i n a r y T o D e c i m a l

Download

Language: C++
Libraries used: N/A
Description: I wrote this small application in 5 minutes. It basically requests a binary number in the form of a string such as "01000001". It then converts it to ascii (a), as well as hex, dec, and oct.

Source: bintodec.cpp

E a s y E x a m

Download

Language: Pascal
Libraries used: N/A
Description: This was a grade 10 school project. It's good for test preperation/studying purposes.

Source: easyexam.pas