host to network double?

前端 未结 3 772
粉色の甜心
粉色の甜心 2021-01-13 10:33

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

3条回答
  •  Happy的楠姐
    2021-01-13 10:55

    Convert it to an agreed string format and send that. Not sure if it's common practice or even decent, but it worked for me (it is true I did not care about performance at that point since I wasn't sending very many values).

提交回复
热议问题