Changes

Jump to: navigation, search

The CIO Framework - OOP344 20123

24 bytes added, 16:28, 15 November 2012
Constructors / Destructor
passes the Row and Col to the CField constructor and then;
if len is zero, it will allocate enough memory to store the string pointed by Str and then copies the Str into it.
if len > 0, then it will allocate enough memory to store '''len''' chars in a string, copying only len characters of str.
In any way, the allocated memory is pointed by '''_data'''
<big><syntaxhighlight lang="cpp">

Navigation menu