A simple simulation of Turbo C++ editor enviroment. it is an excelent example of using VIDEO RAM, LINKED LISTS, STRING functions, MENU BULIDING, WORKING WITH TEXT FILES,...!
File List:
TXTEDIT.CPP
33Kb
Similar code
A brief Over View of C++ Internals
(Popularity: ) : This article is the first part in describing the internal behavious of C++ compiler and how many things happen under the hood in C++ and some tips also. I hope this will help people in some manner in appreciating the ... A guide for begineers to Graphics , Looping, filling
(Popularity: ) : The list of programs help some begineers to progamming in c... List of Programs: ----------------- LcM And HcF of two numbers. Graphics (To Generate a Hut Like Image). Generate A graph paper like image. To generate a robot image. To ... Karnaugh Maps
(Popularity: ) : This program calculates a Boolean function of a 2, 3, and 4 variable Karnuagh map. Charectar Switcher
(Popularity: ) : Reads a file and switches every 2 charectars. For example: Hi would be ih. It will do this with a whole .txt file. Text Reverser (Revised)
(Popularity: ) : New version. Reverses files in seconds. (A million times faster than the other) Easier to understand (if you know arrays).