To whomever can give me help:
I'm making a network application, and I was wondering how to find out what socket last received data...
For example, I declared an array of sockets (CASyncSockets)
CMySocket m_sSockArr[5];
and I can't find out which of these sockets received the data last...
How can I find this information...
--thanks for your time
I'm making a network application, and I was wondering how to find out what socket last received data...
For example, I declared an array of sockets (CASyncSockets)
CMySocket m_sSockArr[5];
and I can't find out which of these sockets received the data last...
How can I find this information...
--thanks for your time