Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RobTheMod

    Determining the Socket that receives the data....

    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...
  2. RobTheMod

    Sockets -- OnReceive() Error...

    I'm in quite a mess with my little chat server application. Before it ran just fine, but now when I run it, I get an error when I call the OnReceive() function. here is the code: // ~~paste line~~// void CNetspan2Dlg::OnReceive() { char *pBuf = new char[1025]; int iBufSize = 1024; int...

Part and Inventory Search

Back
Top