Software

Maze game using stack in c

The following C project contains the C source code and C examples used for maze game using stack. Maze game using stack.This program gets a text file "input.txt" and produces "output.txt".gets bounds of maze, starting point coodinates and the maze from the input file.Then solves it..

Linked list test driver in c

The following C project contains the C source code and C examples used for linked list test driver. Tests the functions associated with a linked list class developed by the high school-level A.P. Computer Science board. Linked lists are generally very fast for searching and adding nodes, but the disorganized arrays are not memory efficient.

Link list (using menu) in c

The following C project contains the C source code and C examples used for link list (using menu). my purpose is to solve difficulty in linklist through this program.in this code one can use isert,delete,userdefine insertion between node and deletion is also at userdefine node.

Graphical calculator in c

The following C project contains the C source code and C examples used for graphical calculator. This is basically a graphical calculator,much like used in microsoft windows , it takes arithmetic expressions in infix form and then converts them to postfix before evaluating them

Data packager in c

The following C project contains the C source code and C examples used for data packager. This is a simple data packager. It will take some files and put them right behind them in one file. It does not compress the files but it's very useful to put some maps of your game in one file.

Ascii editor (simple) in c

The following C project contains the C source code and C examples used for ascii editor (simple). MY-TEE-EDITOR my tiny editor A Basic Text editor-Learning experiment -should give you experience with: binary and text file I/O unbuffered console I/O bit level manipulations dynamic memory operations string operations algorithm development writing user documentation

X-port v. 0.1 in c

The following C project contains the C source code and C examples used for x-port v. 0.1. This is a little lame portscanner but it WORKS! I have programmed it in MSVC++ 6.0 but the algorithm is a little slow :( but anyway here it is :D HAVE FUN!

X-crypter v. 0.1 in c

The following C project contains the C source code and C examples used for x-crypter v. 0.1. X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made.It is programmed originaly in turbo c 2.01 but it works fine in MSVC++ 6.0 Standard.

Windows ls in c

The following C project contains the C source code and C examples used for windows ls. This is a windows implementation of the ls command found on linux/unix/posix systems. It is fully functional, however needs some work to complete.

Window log v1.0 in c

The following C project contains the C source code and C examples used for window log v1.0. Window Log is a program that makes a record of all top-level windows open at a certain hour and minute of the current day. I would very much appreciate any comments regarding this submission.

Window force in c

The following C project contains the C source code and C examples used for window force+. Window Force+ acts as an alarm allowing the user to set the time by choosing a time in a DateTime display, user can choose the action to perform once the interval has elapsed including System Shutdown, Reboot, Logoff, Custom Message box, and to even play a sound.

Win32 calculator in c

The following C project contains the C source code and C examples used for win32 calculator. A basic sample calculator. Only designed to use integer/long numbers. Uses integer round-offs when necessary. This simple example teaches how to use buttons, edits, and character buffers in a Win32 application to handle mathematical equations.

Pages

Subscribe to RSS - Software