Changes

Jump to: navigation, search

Console Framework Classes 20103 - OOP344

2 bytes added, 12:02, 26 November 2010
Methods
int edit();
</syntaxhighlight></big>
Draws the text area and then starts the editing from the fist first line.<br />The whole text should scroll to left, writeright, up or down instead, if the cursor tries to pass the edges of the text area.<br />
When Enter key is hit, if in insertmode, a new line is inserted after the current line and any text after the cursor in the line should be moved into it.<br />
When Backspace key is hit at the beginning of the line, the content of the current line should be moved to the previous line, the and current line should be deleted. The cursor in this case should stand in front of the copied data. <br />
</syntaxhighlight></big>
It deallocates the allocated memory. (If any memory allocation is used).
 
=Compile, Build, testing=
==Compile and build==
1
edit

Navigation menu