Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20113

11 bytes removed, 01:07, 16 November 2011
Methods
void set(const void* str);
</syntaxhighlight></big>
<del>if _length is greater than zero, it will copy the string pointed by str into the string pointed by _data upto _length characters.if _length is zero,</del><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==
1
edit

Navigation menu