I am having troubles in finding tutorials on how to program using sockets and networking,
although i have some information on networking it is mostly small tidbits of information, what i am looking for is large tutorials so i can learn everything on the subject instead of getting lost without some pieces i cant find. could someone please help me find some tutorials on each subject?
I have no clue where to search i tried basic google searches like "sockets in c++" or "networking tutorial c++" and variations of them.
5 replies to this topic
Sponsor:
#2 Moderators - Reputation: 1325
Posted 29 November 2012 - 11:55 PM
Loose the C++, "sockets" refers to the BSD socket API and it's in C.
Try 'socket programming tutorial'.
If you really want a C++ design, then have a look at the ACE programming toolkit.
Try 'socket programming tutorial'.
If you really want a C++ design, then have a look at the ACE programming toolkit.
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara
#6 Members - Reputation: 329
Posted 02 December 2012 - 04:59 AM
I don't know why no one has reccomended the boost::asio library.
Edited by pinebanana, 02 December 2012 - 05:00 AM.






