C++ Programming

A2FPLOT (Read ASCII data and write in fplot style)

A2FPLOT (Read ASCII data and write in fplot style)

To configure the program, edit the file "jsconfig.h". Since this is a general configuration file, not all settings may apply to this package. If in…

Car Race Game

This is a simple C++ program to make a car race game. It uses object oriented approach to generate different objects in the game such…

Design patterns

"describe a problem which occurs over and over again in our environment, and then describe the core of the solution to that problem, in such…

Message Digest Utility

This is a special console based utility which will calculate the Message Digest, Base 64 Encoding and Decoding, Checks the Message Digest and give output…

Chess – Knight’s Tour Implementation in C++

This C++ program is tour of knight on 64 square of chess board.  The goal is to place a knight on an empty chess board…

Implementation of various Sorting Algorithms in C++

This is a C++ implementation of various sorting algorithms. The list of algorithms include Bubble Sort, Heap Sort, Selection Sort, Insertion Sort, Quick Sort, Merge…

Address Book

This is graphic C program that can be used to store personal information of people such as name, telephone, mobile, fax, city and country.

Number Conversions

This is another one of my numerical analysis university assignments. It is an extension of binary to decimal conversion code. The program converts a number…