I'm receiving an array of bytes (characters) from a winsock connection, groups of 8 of these bytes represent doubles.
How can I take these 8 bytes and form the appropriate double?
And conversly, how can I breakdown a double into its 8 bytes to send?

Thanks