G
Guest
Hi,
How can i send binary data over a network using winsock. I dont want to
use a char array as the binary data has a lot of 'NUL' characters in it which
causes problems when i receive data using recv() and store in a character
array.
How can i send binary data over a network using winsock. I dont want to
use a char array as the binary data has a lot of 'NUL' characters in it which
causes problems when i receive data using recv() and store in a character
array.