How to append character to unsigned char*? or How to convert from QByteArray to unsigned char*?
How to append character to unsigned char*? or How to convert from QByteArray to unsigned char*?
Last edited by Gokulnathvc; 23rd August 2011 at 08:31.
You can't do that, C/C++ rules forbid that.
QByteArray::constData()or How to convert from QByteArray to unsigned char*?
Bookmarks