Is it possible to send array over network?

Posted by DMan on Stack Overflow See other posts from Stack Overflow or by DMan
Published on 2010-04-20T03:12:21Z Indexed on 2010/04/20 3:23 UTC
Read the original article Hit count: 258

Filed under:
|

I'm using C++ and wondering if I can just send an entire int array over a network (using basic sockets) without doing anything. Or do I have to split the data up and send it one at a time?

© Stack Overflow or respective owner

Related posts about c++

Related posts about networking