Application software

Text viewer in c

The following C project contains the C source code and C examples used for text viewer. This program allows user to open any files and view it. It's just a simple program which doesn't support editing.

Text checker in c

The following C project contains the C source code and C examples used for text checker. The program checks and corrects the following types of formatting errors 1) It makes sure that there is only a space between each word.

Spell checker in c

The following C project contains the C source code and C examples used for spell checker. This is a simple spell checker that i wrote for my computer science class. If you are interested in spell checker algorithms, it uses a pretty nifty one. This code can be adapted for almost any use with minimal effort.

Smart text editor in c

The following C project contains the C source code and C examples used for smart text editor. This is the simple text editor that looks like TURBO C editor. it is generated using direct VDU memory manipulation and using double linked list

Shop simulation system in c

The following C project contains the C source code and C examples used for shop simulation system. This program simulates the shop by adding and deleting users from the stack(represented by a class). This program does not have a practical usage, but it does show that OOP can make code really readable.

Project cleaner in c

The following C project contains the C source code and C examples used for project cleaner. Totally written in WIN32API, this program is made to search and delete or move the project files created by MVC++ on your computer and it is a good example on tool tips, tool bars and list view control.

Oo in c

The following C project contains the C source code and C examples used for oo. This program is essentially pointless.

Multi-vehicle simulation in c

The following C project contains the C source code and C examples used for multi-vehicle simulation. vhclserv consists of a stand-alone multi-vehicle state server and a 2D map viewer evolved for controlling vehicles, drawing and playing routes, and displaying graphics on a map that track vehicle positions.

Multi purpose software in c

The following C project contains the C source code and C examples used for multi purpose software. This is a very very cool software and it can helps you alot more than me in creating it. It contains ; 1. Address Book 2. Calender 3. Arithematic Collections 4. Cool Little Game For Recreation

Logic simulator in c

The following C project contains the C source code and C examples used for logic simulator. This code simulates logic circuits. It is fully object-oriented and polymorphic. I made a visual version of this simulator but when I changed my Windows it went.

Grapher in c

The following C project contains the C source code and C examples used for grapher. This is a cool program to plot various graphs . This is programmed in C++ .Features a great user-friendly environment . This is the first of its kind in this site .

Pages

Subscribe to RSS - Application software