Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20121

1 byte removed, 11:49, 23 February 2012
Methods
void set(const void* str);
</syntaxhighlight></big>
if _length width() is greater than zero, it will copy the string pointed by str into the string pointed by _data upto _length width characters.if _length width() is zero,<br /> It will delete the memory pointed by _data and reallocates enough memory for str and copies the string pointed by str into the newly allocated memory pointed by _data. 
==CDialog==
Organizes CField objects on the screen, displays them and then lets the user edit them one by one.

Navigation menu