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
Thursday, July 9, 2009
DOS simulator
Posted by sandeep at 12:35 PM 0 comments
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)
Posted by sandeep at 12:27 PM 0 comments
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
Posted by sandeep at 12:17 PM 0 comments