Address Book in C++ v1.0
Includes-- 1)Graphical interface (Buttons and select menu) 2)Mouse Support 3)File handling 4)Class Concepts 5)Password checking ('*' support) Can store name and phone numbers Users can "connect" to a database and do insert, delete, display, search, replace records..After doing it he can log off ...
ADDRESS BOOK v1.0
Its an address book based on oop in c++, the code covers almost all concepts of OOP in C++, it also gives you a command on some basic data structures...an file handling.
Alternate's ASCII Artist
An open-source Image -> ASCII Art converter for windows. takes in an image as input, generates a plain-text file which looks a lot like the image. With C++ sourcecode.
Ascii converter 0.1
This little program converts a character to a Ascii number.. it is not a advanced program at all but i found it usefull for other projects where i needed ascii numbers.. I hope you can at least learn something from this little program, Update with new functions is to come.. (C++ sourcecode)
Automata for divide two numbers v5.0
This Automata is written in C++. Its takes its decisions from file. It divides two numbers and give remainder and qoutient. If you have any query please message me on my message board "games and freecodes in C++". Please do comment on it.
C++ ASCII drawing canvas v1.0
The class Canvas enables you do 'draw' dots, lines and circles. First you virtually draw them, until upon request you draw it on screen. The 'image' is drawn to screen with ASCII characters, using std::cout only. Therefore this class is platform-independent. It only uses the STL, uses assert() to do...
C++ Stream class
One of the most useful classes you will ever have. Use it whenever you need an IStream or to stream any text or binary data to memory. Implements the IStream interface. Stream any kind of data to memory. This is one of the most-used classes I have ever written. It implements the IStream interface, ...
C/C++ Program Perfometer v2.2
The program enables to get C/C++ program performance for any metrics (for instance : uclocks, rusage-metrics, metrics defined by user etc.)
Calculate Distance & Radius using Latitude in C++ v2.0
This C++ function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.
Caliber Job Portal v2.0
This program accepts both candidate and company information and saves in two files.User can login and enter New Entry,View Database or Search for job.Administrator can enter New entry,view database and search for approtriate candidate.
Circlescreen v1.0
This file is like a screen saver.it displays continous movement of diff. circles from one part of the screen to the other.this is only for beginners
Clone Smart Pointer (clone_ptr)
The clone_ptr class is a smart pointer that can clone itself without requiring the base class to have a clone method. It can clone itself to the correct derived class even when the pointer is that of an abstract class type. The clone_ptr helps solve two main problems when using abstract pointers...
Copier Automata V3.0
This Automata is written in C++. It copies one string to the other array. If you want to know more about it come to my message board "games and freecodes in C++" and message a post i will answer your queries.
CPP2HTM Builder 1.0
Capable of converting C or C++ source code into valid HTML web document source code. Web page customization is also implemented. Classes and inheritance techniques are illustrated using object oriented programming.com
CPU temp from w83697hf chip 1.0
A simple cpu & mbm temperature reader from winbond w83697hf chip. This program is a good example how to access directly to I/O under window XP
DES implementation in C++ v1.0 (Data Encryption Standard)
The algorithm is designed to encipher and decipher blocks of data consisting of 64 bits under control of a 64-bit key (although the effective key strength is only 56 bits). It takes a 64-bit block of plaintext as input and outputs a 64-bit block of cipher text. Since it always operates on blocks of ...
Dictionary 1.0
This is an English to English and kannada dictionary. This program gives the meaning in english and also in kannada. This is very user freindly. If the word doesnot exist in our database it will give appropriate message.
Eight puzzle problem solver v0.5
This program try to find the OPTIMAL solution for eight puzzle, by using A* algorithm(Function = Heuristic + cost) with repeated state preventing to be much faster, the source program was written in C++ (VC6, about 1100 lines), it may not find a solution if the required moves to reach the optima...
Falling Text in C++ v 0.5
This is a very small program i have written in c++, where the user can find his/her text falling down from the top of the screen. the user can also specify the loop count(the no. of times in which the text falls down)
Flash
Class Flash provides a convenient interface that allows users to access the flash as if it were a regular RAM. Data can be written into the flash at any offset and in any length (within the flash address space). In order to support a specific type of flash with the provided interface, a concrete...
Graph Drawing Program 1.0
This is a program which can draw simple graphs. This program can be used by people who just have to see how a line looks like. To say more, the line must strictly be expressed in the form y=mx+c
Graphical Solution Of Tower Of Hanoi v1.0
Tower Of Hanoi has been and will always be a simple but brainy problem. The program develops the solution in a file and then graphically displays it step by step. The archive contains the source code for the graphical solution of Hanoi problem coded in 'C++' and the executable file. Any comments...
Guess Your Age v1.0
This Prog will guess your age from yes or no questions. There are a set of numbers in 6 grids. If your age is there say yes if not say no then at the end the prog will tell you your age. Great for working out how old someone is if they wont say. Its quite clever until you look at the code and fi...
IBOS Home
IBOS is Internet Browsing Os Shell. It is a web-browser shell for Linux. Tested on Redhat Linux 7.2. The Internet Browsing Operating system Shell (iBOS) project is aimed at providing a solution for low-end public computers and kiosk that wish to enable web-browsing. It is a text-based web-browsi...
jaimagic 1.0
Jaimagic, this program has been developed for a fun.Think any number between 1 and 52. I will find this number by using a simple 'C++' Program. By jayakumar.
Lousy Car Program 1.0b
This is a lousy car program which simulates a car with 2D motion with rotation. The class design is Bad but the program is OK since i made it an year ago
Magic Number Guessing Game v1.0
This is a magic number guessing game. You think of a number below 63, and then this game will tell you what your secret number is.
MEMO DISPLAY v1.4
Memo Display is a very simple and easy to use application. It takes the input of some user data and displays it in a designed manner. And now it can save the selected memo to a text file, too. It is based on OOP (Object oriented programming) in C++. Using classes-objects, magical member functions, ...
Message Digest (LINUX) 1.0
This is a special console based utility which will calculate the Message Digest, Base 64 Encoding and Decoding, Checks the Message Digest and give output through file or through screen it gives support to 16 algorithms and BASE 64 Encoding and decoding
Message Pipe
A message pipe that can post or send immediate messages, delete, get the users messages, and register any new messages, all dynamically. 2^32 possible users, 2^32 possible messages.(ALL DWORDS)
Morse code 1.11V
This a software that codes coded messages in morse to simple english message from a file or from the input five and the vicee versa. It can also store the coded message in a file. So its a fantastic programme to communicate with your freinds without anyone knowing the message!
N Queen Problem 1.0
The problem is to find all ways of placing n non-taking queens on a n by n board. A queen attacks all cells in its same row, column, and either diagonal. Therefore, the objective is to place n queens on an n by n board in such a way that no two queens are on the same row, column or diagonal.In s...
Newprint Version 1.0
Thank you for downloading this program. I am writing this program to offer programmers (and users) an easy to modify graphics printer driver. It is written entirely in C++ and uses many features of the language. Inheritance makes it easy to add different printers and graphics file formats.
Object oriented framework v1.0
This consists of a set of C++ files adhering to "one member function per class". This function is an action routine that does what the class intends to do through the data passed to constructors. The classes are single rooted in an class called the component which declares the abstract action functi...
Password authenticator 1.1
This program is used to add a password at startup. The password must be entered correctly to logon to the system.This program is used to protect your system from unauthorized people logging in.
Password Generator
A simple C++ program that generates a alphanumeric password of varible length. Alphabetic characters are both uppercase and lowercase.
Persno v1.0
This program calculate your last digit from a swedish personal-number/birthdate. It also give you the county where you were born. The program is good to look at, if you want to learn some about strings. I have used strings as input and then convert it to an int.I also show how we can separate di...
Phone book v1.1
This program is a phone book. You can change it to your personal phone book and easily, add the facilities you want. You can edit, delete, add, search or display the contacts. This phone book works with the file and filing storage.
Reccir v1.o
This can be used for a screen saver program.This program when run displays rectangles and circles in random positions.This is similar to screen savers used in Windows 98
Rock generator v1.0
This program creates 3-dimensional rocks comprised of triangles by taking the convex hull of a sphere distorted with Perlin noise. It outputs these rocks in OpenGL code. It requires the free CGAL library from http://www.cgal.org/ to compile.
Smile v1, 0
This is a screensaver program.This program when run displays Smiling faces" in random positions on the screen.I hope that u will like the program.
Source code for C++ Template Pool v1.0
C++ Template Pool is open source code, which demonstrates how to use templates to create a powerful abstract resource pool.
Telephone Directory Program 0.1
Telephone Directory Program, written in Turbo C++ 3.0 contains all the basic features that an electronic telephone directory should have. It is a very informative program for beginners and will also suffice for your project work. The code uses the concepts of class, file manipulation and objects ext...
Text ADV - Make questionaires in DOS screen 1.1
Editing a file called textADV.txt you can add question that will be readed on screen, then , you can give 3 answer who have different points. After all the questions the program send a results between 5 choice, evaluating the score of the answers.
TSR class for Borland C++ (with source)
This class provides a framework for writing memory-resident DOS programs (TSRs). TSRs produced using this class can be woken up by a specific key (the "hotkey") or after a specified number of timer ticks (the "timeslice") or a combination of both.
Tutorial on using mouse in ur dos programs
This tutorial helps to use mouse in ur dos programs also a gui library is provided for developing professional quality applications
University Student Database v1.0
This is a program that me and my friend got as a project in university...i had been searching for such a program before i started making my own...so this is to help whoever needs a basic idea of University Student Database
UTILITYBOX 1.0
THIS is the sourcecode of a utility box which involve features like calculator,games,adressbook,time made in C++.It may be very useful in daily work as wel as in making C++ project.