Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/162.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 一个用C/C+编写的网络编程示例项目+;_C++_C_Network Programming_Filesystems_System - Fatal编程技术网

C++ 一个用C/C+编写的网络编程示例项目+;

C++ 一个用C/C+编写的网络编程示例项目+;,c++,c,network-programming,filesystems,system,C++,C,Network Programming,Filesystems,System,在P2P文件共享系统上有好的开源项目吗 用C/C++编写的分布式文件系统 我需要一个项目,以开始与网络编程 有人能给我一些建议吗?Boost.org上的Boost asio示例是一个非常好的开始 -用C++编写,使用Boost(Mykola提出的ASIO)。如果您想查看使用libTorrent的客户端应用程序,那么对于libTorrent,有一个rTorrent while,例如(也使用Boost) 编辑:感谢Daniel Wallin发现了不同libtorrent的混合。我认为这将有助于熟

在P2P文件共享系统上有好的开源项目吗 用C/C++编写的分布式文件系统

我需要一个项目,以开始与网络编程


有人能给我一些建议吗?

Boost.org上的Boost asio示例是一个非常好的开始

-用C++编写,使用Boost(Mykola提出的ASIO)。如果您想查看使用libTorrent的客户端应用程序,那么对于libTorrent,有一个rTorrent while,例如(也使用Boost)


编辑:感谢Daniel Wallin发现了不同libtorrent的混合。我认为这将有助于熟悉这些概念

看看。

可能就是未知(谷歌)想要链接到的东西。它主要基于Boost,所有网络代码都使用Boost.Asio。这是Halite和其他许多人使用的库(但不是rTorrent,它使用了另一个库,也称为libtorrent)