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 Wanet Telecoms Ltd 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. bjkaria

    Socket- recv();

    [the code is not syntactically correct, it just illustrates an idea that u can use in your code]. You can read the socket in a loop like this string get_request; while ((numRead = recv(SOCKET, buf, 1000, MSG_DONTWAIT)) != 0) { if (numRead < 0) { // error occured. // break...

Part and Inventory Search

Back
Top