c ++网络视频培训 [英] c++ network video training

查看:70
本文介绍了c ++网络视频培训的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何机构都可以告诉我c ++网络视频培训或任何教程名称。

Can any body tell me c++ "network"video training or any tutorial name.

推荐答案

根据您对我的问题的评论......



您可以使用系统特定的调用在每个系统中进行本机网络编程,或者使用库来简化过程(还有跨平台库)。



你有些选择:



Windows套接字(原生):

为初学者编写C ++中的Windows TCP套接字 [ ^ ]

http: //msdn.microsoft.com/en-us/library/windows/desktop/ms740673%28v=vs.85%29.aspx [ ^ ]



图书馆(这里有很多):

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/ [ ^ ]
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/[^]


这篇关于c ++网络视频培训的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆