masuresh_mca
December 15th, 2004, 02:08 AM
Hai Every body..
I am a new bie to learn about socket programming in vc++. How can i connect a peer through the CSocket class . plz the command and coding for that
Regards
M.Suresh
Ejaz
December 15th, 2004, 03:08 AM
Take a look at this (http://www.codeproject.com/internet/#Beginners)
Andreas Masur
December 15th, 2004, 03:22 AM
[ Moved thread ]
Andreas Masur
December 15th, 2004, 03:28 AM
Winsock Programmer's FAQ (http://www.tangentsoft.net/wskfaq/)
Windows Sockets in MFC (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/_core_windows_sockets_in_mfc.asp)
The first one is about the standard winsock API while the second one obviously deals with the MFC wrapper classes...I would suggest using the API directly since the wrapper classes are not the best...for further information take a look at the following article (http://www.tangentsoft.net/wskfaq/articles/csocket.html)...