Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Can any body tell me c++ "network"video training or any tutorial name.
Posted
Comments
Albert Holguin 11-Feb-13 16:03pm    
Do you mean:
0. Transferring video over a network? -OR-
1. A video/tutorial about network programming?
anonymous10 12-Feb-13 11:44am    
i want a video/tutorial about network programming

1 solution

Based on your comment to my question...

You can do native network programming in each system using system specific calls or alternatively use a library to simplify the process (there are also cross-platform libraries).

Some of your options:

Windows sockets (native):
Programming Windows TCP Sockets in C++ for the Beginner[^]
http://msdn.microsoft.com/en-us/library/windows/desktop/ms740673%28v=vs.85%29.aspx[^]

Libraries (there's a ton of these):
http://www.boost.org/doc/libs/1_53_0/doc/html/boost_asio.html[^]
http://sockets.carrierlabs.com/[^]

Linux:
http://www.linuxhowtos.org/C_C++/socket.htm[^]
http://codebase.eu/tutorial/linux-socket-programming-c/[^]
 
Share this answer
 
Comments
Espen Harlinn 12-Feb-13 14:44pm    
Very nice, Albert :-D
Albert Holguin 12-Feb-13 15:40pm    
Thanks Espen :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900