Hi,
I recognized, that in SFML 1.6 the sf::packet code for float and double don't do anything about endianess.
Is there no endianess problem for float/double?
I used google and found some articles about how to convert endianess of float/double, so it seems if these datatypes also have endianess, but I'm not sure...
Another question:
With which header do you get access to functions like htonl?