Thursday, July 9, 2009

DOS simulator

This C program simulates DOS.

Turbo C++ version 3 was used to write, compile and execute the program.

click here to download the source code

click here to download the application

Sudoku Solver

This java program can solve easy to medium Sudoku problems.
The program was written using java and netbeans IDE was used to create the GUI.

click here to download Main.java

click here to download Solution.java (this file contains the actual code for solving the problem)

click here to download Sudoku.java (contains code generated to create GUI).

click here to download Sudoku.jar (this jar file requires java 1.6 installed on your computer to run)

Data Entry and retrieval program using 'C'

This is a data entry and retrieval program written using C language. This program accepts 5 fields.

The program was written using Turbo C++ version 3.

Click here to download source code

click here to download application

download support file required to run application