Huang Cheng

Results 2 comments of Huang Cheng

If you just want to get the length of the text, you can use strlen( text.Value() ), because text.Value() just return a '\0' terminated char pointer.

const char\* Value( int\* size=0 ); +1