1
edit
Changes
→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">