Correct way to losslessly convert to and from std::string and QByteArray

后端 未结 3 1747
夕颜
夕颜 2020-12-13 09:44

What is the correct way to convert losslessly between std::string and QByteArray... mostly for the purpose of handling binary data?

I\'m using:

QByte         


        
3条回答
提交回复
热议问题