Quote Originally Posted by Gokulnathvc View Post
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()