I\'d like to send some double precision floating point numbers over the network. (standard C, standard sockets) There is no htond or ntohd to convert the data to and from ne
You might want to look at XDR which was first defined in rfc1014. Obviously, you want to find a library which implements XDR for your platform.