Site Navigation
|
My Programs
Following are some of my programs. If you are having errors with my programs (executables), then make sure that all the files in the package (ZIP file) are on same directory. I have compiled all the source codes, however, if you are having problems, please let me know by email. If, during compilation of C programs, you are having Linker Errors, make sure that the "Graphic Library" tag is selected under Option->Linker->Libraries. If you want to keep a check on my programming activities, bookmark my blog.
My Programs include:
Graph PlotterThis program plots the graph of different equations (maximum 5) of the form y=f(x) in Rectangular as well as Polar mode. Feature available are:
The program is available in C and VB. Download:
Click here to have some snapshots of the program.
Maze Solver in C#(Shortest path finder)A simple and efficient class for finding shortest path in a 2D maze. See my article on CodeProject for details. Download source code of class or view it Download demo project with source code (needs Visual Studio .Net 2003). Click here to see a snapshot of the demo program.
Fraction class in C# (ver 2.1)A simple class that represents a Fraction object. See my article on CodeProject for details. Features include
Download the class (zip format) or view it (the class includes a small application that demonstrates some of the features). Matrix class in C# (ver 1.1)A class representing a Matrix consisting of Fractions. See my article on CodeProject for details. Features include
Download the class (zip format) or view it (the class includes a small application that demonstrates some of the features).
Mind FighterA two player game. Have your balls greater than you opponents until the board fills up. Download executable file (in ZIP format) Note: the two files must be on same directory. Download C source code (zipped) or view it. Click here to have a snapshot of the program.
Mind KillerA single player puzzle game. Arrange all boxes from the right board to the left board such that each box's left and right & top and bottom entries match with its adjacent ones. Download executable file (in ZIP format) Note: the two files must be on same directory. Download C source code (zipped) or view it. Click here to have a snapshot of the program.
Mind GuesserThe classic Mastermind game. Guess your opponents pattern using helping pegs. Download executable file (in ZIP format) Note: the two files must be on same directory. Download C source code (zipped) or view it. Click here to have a snapshot of the program.
Mind ReaderA very interesting program that will make your eyes flash for a while. Download executable file (in ZIP format) Note: the two files must be on same directory.
TicTacToeThe typical Tic-Tac-Toe. The logic of the game is designed such that computer can never be beaten. Download executable file (in ZIP format) Download C source code (zipped) or view it.
PuzzleTypical puzzle game. Download executable file (in ZIP format) Download C source code (zipped) or view it.
|