PDA

View Full Version : How to append character to unsigned char*?



Gokulnathvc
23rd August 2011, 08:21
How to append character to unsigned char*? or How to convert from QByteArray to unsigned char*?

wysota
23rd August 2011, 09:23
How to append character to unsigned char*?
You can't do that, C/C++ rules forbid that.


or How to convert from QByteArray to unsigned char*?
QByteArray::constData()