Re: How to convert QString to std::string or char*?
Originally Posted by The Storm
It will not, char* is just a pointer to memory, there will be no loss, depending how the further reading will be done.
and how do you read char* ? 8 bits at a time isn't it? so no matter how your memory is stored... the functions which manipulate char* will ALWAYS loose data (or corrupt data in real sense)
Bookmarks