WinSock Api tutorial
-
Hello, i am trying to build i client server application using winsock library but i thinkit will be easy by not using MFC. Please give me tutorial about how to make a simple client and simple server. At the client end i will be using GETCOmPuterNAme() and Username apis and i want to transmit them to server. Please help me out in this regard.
-
Hello, i am trying to build i client server application using winsock library but i thinkit will be easy by not using MFC. Please give me tutorial about how to make a simple client and simple server. At the client end i will be using GETCOmPuterNAme() and Username apis and i want to transmit them to server. Please help me out in this regard.
http://tangentsoft.net/wskfaq/general.html[^]
[Vote One Here, Complete my Survey....] Alok Gupta
visit me at http://www.thisisalok.tk "I Think Believe this Will Help" -
Hello, i am trying to build i client server application using winsock library but i thinkit will be easy by not using MFC. Please give me tutorial about how to make a simple client and simple server. At the client end i will be using GETCOmPuterNAme() and Username apis and i want to transmit them to server. Please help me out in this regard.
Beej's Guide to Network Programming is the standard reference for *nix programmers learning sockets, but it is still very relevant for windows programmers as well - not to mention being far better laid out than the winsock faq