Connecting Tech Pros Worldwide Forums | Help | Site Map

Can someone tell good tutorial for Network Programming in C++(Not VC++)

Member
 
Join Date: Feb 2007
Posts: 52
#1: Feb 9 '07
Hello,

Can someone tell a good Tutorial on Network Programming in C++, except Beej's Guide and Vijay Mukhi's tutorials.

I want to make a Client Server application in C++ which will involve huge amount of thread programming also, so I wanted a good tutorial which can give me good understanding of all the functions used for Network Programming using Standard C++ (and not using any Network Library other than Winsocks and those available in Linux) and also good knowledge of Thread programming.

Pawan

Motoma's Avatar
Moderator
 
Join Date: Jan 2007
Location: Maine, USA
Posts: 2,904
#2: Feb 9 '07

re: Can someone tell good tutorial for Network Programming in C++(Not VC++)


Quote:

Originally Posted by ppuniversal

Hello,

Can someone tell a good Tutorial on Network Programming in C++, except Beej's Guide and Vijay Mukhi's tutorials.

I want to make a Client Server application in C++ which will involve huge amount of thread programming also, so I wanted a good tutorial which can give me good understanding of all the functions used for Network Programming using Standard C++ (and not using any Network Library other than Winsocks and those available in Linux) and also good knowledge of Thread programming.

Pawan

A great way to start is by analysing this C++ Socket Class for Windows.
Member
 
Join Date: Feb 2007
Posts: 52
#3: Feb 10 '07

re: Can someone tell good tutorial for Network Programming in C++(Not VC++)


Thanks, I think this will help in understanding Winsocks in a proper manner. Could you also tell me some tutorials on Thread Programming in C++ (Again not in VC++).

Pawan
Reply


Similar Networking bytes