Message Digest Utility

  • C++ Source Code: C++ Programming Concepts

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++

  • C++ Source Code: C++ Programming Concepts
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++

  • C++ Source Code: C++ Programming Concepts

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

  • C++ Source Code: C++ Programming Concepts

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

Birthday Reminder – C++ Program

  • C++ Source Code: C++ Programming Concepts

The Birthday Reminder program is a simple console-based application written in C++. Its purpose is to help users keep track of important dates, such as…

Number Conversions

  • C++ Source Code: C++ Programming Concepts

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…

C++ Convert a number from base A to base B

  • C++ Source Code: C++ Programming Concepts

This is a C++ class which has a member function that takes 3 arguments and converts the number from first base to second base. It…

C++ Program to demonstrate SnakeMan game

  • C++ Source Code: C++ Programming Concepts

It is a snake game same as in Nokia Mobile Phones written n C++ using Turbo C++ compiler. I assure that you would love it.…

ballonpoking(A GAME IN C++)

  • C++ Source Code: C++ Programming Concepts

This game will help all new C Language Programmers in understanding the concepts of graphics and object oriented programming in C++. So play and enjoy............…

TIC-TAC-TOE Enhanced Version – C++

  • C++ Source Code: C++ Programming Concepts

This is an enhanced version of Tic-Tac-Toe (TTT) game by adding one more row and column. Actually I have played this newer version of Tic-Tac-Toe…