October 28th, 1999, 12:52 PM
Hi,
If variable 'b' is a type of struct, say
struct data {
char packet[32];
int alert;
};
....
data *b;
what function from the winsock library can I use to send b to a remote client or server ??? CAN SOMEONE PLEASE HELP ME ??
If variable 'b' is a type of struct, say
struct data {
char packet[32];
int alert;
};
....
data *b;
what function from the winsock library can I use to send b to a remote client or server ??? CAN SOMEONE PLEASE HELP ME ??