Open main menu

CDOT Wiki β

Changes

OOP344 - 20101

3 bytes removed, 00:28, 14 September 2009
The Project
** [[OOP344 Assignment One#Basic Console Input Output|Basic Console Input Output (io)]]: <br /> This part is written in C language. It is responsible to handle basic input output features needed to interact with console
** [[OOP344 Assignment One#Line and Selection Editor|Line and Selection Editor:]]<br /> This part is written in C Language and only uses bcio routines, to interact with the console.
 
*** Line Editor<br /> It is responsible to do full edit on a single line text and also provide basis for a multi-line text editor.
 
*** Selection Editor<br /> It provides means (A Checkbox) to create selection lists.
 
* Basic Encapsulating Classes (bec)<br /> This part is written in C++ and encapsulates the '''''ciol''''' routines into classes
* The Text Editor<br />this part is written in C++ and uses the '''''bec''''' classes to do full text edit.