Site Navigation

Home
 
My Programs
 

     C# Classes

     VB 6.0 Programs

     C Programs

     C Games

Articles

My Blog

Page for Classmates

Programs by Others

Programming Problems

     Software Competitions


Programming Forum

Sign my Guestbook

View my Guestbook

Email me

 

 

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 Plotter

This 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:

  • Different expressions with different colors

  • Zooming and Sizing of scale

  • Movement along the axes

  • Value at a particular point

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

  • overloaded constructors for various situations
  • automatic normalization (simplification)
  • capability of detecting/raising overflow exceptions
  • overloaded operators
  • overloaded user-defined conversions to/from Fractions
  • other details given in the class

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

  • overloaeded constructors for various situations
  • almost complete implementation of all matrix operations
  • overloaded operators
  • other details given in the class

Download the class (zip format) or view it (the class includes a small application that demonstrates some of the features).

 

Mind Fighter

A 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 Killer

A 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 Guesser

The 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 Reader

A 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.

 

TicTacToe

The 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.

 

Puzzle

Typical puzzle game.

Download executable file (in ZIP format)

Download C source code (zipped) or view it.

 


Back