Qt Sockets and Endianness

Posted by cake on Stack Overflow See other posts from Stack Overflow or by cake
Published on 2010-04-19T16:45:51Z Indexed on 2010/04/19 16:53 UTC
Read the original article Hit count: 428

Filed under:
|
|
|
|

Hello

I'm writing a program that uses QUdpSocket for transmiting data over the network. This is my first socket program, and I've come across an interesting problem called Endianness.

My actual question in, do I have to worry about Endianness when I'm using QNetwork as my sockets library? If I do have to worry, what do I have to do to properly avoid Endianness problems?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about qt

Related posts about c++