C Program to create Turbo C compiler UI
This is a small C program that demonstrates Turbo C Compiler User Interface. This is done by using graphics library in C.
Read MorePosted by M. Saqib | Oct 1, 2008 | Utility Programs and Applications |
This is a small C program that demonstrates Turbo C Compiler User Interface. This is done by using graphics library in C.
Read MorePosted by M. Saqib | Oct 1, 2008 | Utility Programs and Applications |
This is a small utility written in C Programming Language to calculate the net income by checking a person’s salary and monthly expenses. On the basis of this information it calculates the loss or profit. It has a nice graphical User Interface with different formats to show the information i.e. Pie Chart: Shows the information in Pie chart with different colors for salary, expenses and net income. Tabular: Show all the information in tabular form. Bar Graph: Shows the information in Bar Graph with different colors for salary, expenses and net income.
Read MorePosted by M. Saqib | Oct 1, 2008 | Utility Programs and Applications |
This program is written in pure C programming language. The interface of the C program is just like Turbo C/C++ compiler like interface, and it also provides some dialog boxes same like the Turbo C/C++ compiler. It has menus just like C/C++ compiler, text formatting options and also provides options to change font color.
Read MorePosted by M. Saqib | Sep 27, 2008 | Utility Programs and Applications |
LAME is an educational software used for learning about MPEG Audio Layer III (MP3) encoding. The goal of the LAME project is to use the open source model to improve the psycho acoustics, noise shaping and speed of MP3. LAME is distributed as source code only.
Read MorePosted by M. Saqib | Sep 23, 2008 | Utility Programs and Applications |
This graphical scientific calculator purely written in C programming language. It uses small functions to draw buttons on the screen and perform scientific operations like conversion, logarithm, and other operations. Every operation can be performed using the mouse buttons as well as keyboard. It can perform almost all the functions shown on the screen except few functions which will be implemented in the next version of this calculator code.
Read MorePosted by M. Saqib | Sep 19, 2008 | Utility Programs and Applications |
This is a C program that simulates stack operations graphically and in text mode. The program uses...
Read MorePosted by M. Saqib | Sep 19, 2008 | Utility Programs and Applications |
This is implementation of Bayer-Trees, which are normally used for indices of data bases. These routines provide all stuff that is needed to create and destroy; insert, update and delete; load and destroy; search and traverse; check a tree. Sort huge amounts of data by doing a multi-phase sorting on temporary files.
Read MorePosted by M. Saqib | Sep 16, 2008 | Utility Programs and Applications |
NeoMem allows you to store and organize all kinds of information in a cross between a word processor and database. The interface is similar to Windows Explorer, except that instead of dealing with files on a hard disk you deal with objects in a file. It can be used to store to do lists, books, website passwords, addresses, account information, and collections of all kinds. You can define your own classes for items that you want to store information about, and define properties for those objects. Each object can also store formatted text in a simple word processor view.
Read More