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 strongm 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: *

  • Users: JCst
  • Order by date
  1. JCst

    Socket Connectivity

    Thanks Pete (Palbano) <br>Thanks Ami Tavory<br><br>I'll try your suggestion first.<br><br>By the way, anyone know Socket programming books or any link that provide a lot of stuffs about socket programming.<br><br>PS I'm not a single 'fighter' know, I've tek-tips.
  2. JCst

    Socket Connectivity

    Thanks for replying me,<br>I init the variable sock like below :<br>&nbsp;&nbsp;Socket Sock;<br><br>&nbsp;&nbsp;sock = socket( AF_INET, SOCK_STREAM, 0 );<br>&nbsp;&nbsp;if (sock == INVALID_SOCKET) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*retErrVal =...
  3. JCst

    Socket Connectivity

    Just start using&nbsp;&nbsp;Visual C++.<br>I detect socket connectivity with Host using 'Select' before sending a data from client (act as Middleware) Client-M-Host, <br>&nbsp;&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;FD_ZERO( &f_set );<br>&nbsp;&nbsp;&nbsp;&nbsp;FD_SET( sock, &f_set...

Part and Inventory Search

Back
Top