sampath_t
February 25th, 2003, 07:43 PM
I am writing a client/server program using win32API.
I need to send some data stored in a memory buffer (accessible using a pointer) by sockets.
I was wondering whether do I have to convert the data initially in to a byte array and also do I have to divide the data in to packets.
I have a working client/server (basic) program using winAPI.
Thanks,
Sampath.
I need to send some data stored in a memory buffer (accessible using a pointer) by sockets.
I was wondering whether do I have to convert the data initially in to a byte array and also do I have to divide the data in to packets.
I have a working client/server (basic) program using winAPI.
Thanks,
Sampath.