hi
i have a code like this .
i need to output the contents in the QDataStream ,how to achieve this
bye;)
Printable View
hi
i have a code like this .
i need to output the contents in the QDataStream ,how to achieve this
bye;)
Code:
char* s = NULL; uint length = 0; in.read(s, length); if(length >0) { qDebug("%s", s); delete[] s; }