Htonl() equivalent in Qt ? [SOLVED]
General and Desktop
2
Posts
2
Posters
10.3k
Views
1
Watching
-
"qToBigEndian":http://qt-project.org/doc/qt-4.8/qtendian.html#qToBigEndian-2
You may also be interested in "QDataStream":http://qt-project.org/doc/qt-4.8/qdatastream.html as it allows easy serialization of data, to format which is independent of system and processor.