C++ Programs
- Data
Compression
- This program compresses plain text files of size upto 32KB. Uses variable-length
coding (codes generated using Shannon-Fano method).
- Download (36KB)
- Brainwave
- Also known as Mastermind, this game
challenges you to crack the code set by the computer. Do
check this one out. Works only with mouse.
Download program (66KB)
Download source code (3KB)
- Encryption
- This consists of two separate programs -
one for encryption and the other for decryption. Carried
out using a key supplied by user.
Download(42KB)
- Stack
- Implementation of a stack.
Download (16KB)
Back to main page