Chinaunix首页 | 论坛 | 博客
  • 博客访问: 175476
  • 博文数量: 64
  • 博客积分: 13
  • 博客等级: 民兵
  • 技术积分: 345
  • 用 户 组: 普通用户
  • 注册时间: 2011-12-20 21:17
文章分类
文章存档

2012年(64)

分类:

2012-02-16 22:08:52

网站资源一些写得非常不错的C++网络编程库

如果你对网络编程有兴趣的话,可以从以下内容来学习,想写好程序最基本的方法就是多看,等看明白了,多写,这样自然就成为所谓的高手,不过认为更贴切的应该叫熟练手吧.

转载: 

Difference (from prior major revision) (no other diffs)

Added
* NetClass (a multi-platform C++ library which provides a thin wrapper for socket and thread support) 
* FEDLibrary 
* C++ Stream Compatible TCP/IP Sockets 
Books and Papers

See  for a list of some books.

But, Jason, "A C++ Socket Library for Linux: An IPv4/IPv6 class-based 
sockets C++ library", June 2002, Dr. Dobbs Journal,
http://www.ddj.com/documents/s=7157/ddj0206a/0206a.htm

Tougher, Rob, "Linux Socket Programming In C++", Jan 2002, Linux Gazette,

Tougher, Rob, "A Framework For Writing Application Servers In C++", Jun 2002, Linux Gazette,

Sobczak, Maciej, "An Iostream-Compatible Socket Wrapper", Dec 2001, C/C++ Users Journal,
http://www.cuj.com 

Other Socket Libraries

These aren't endorsements, just other libraries that might be mined for ideas.

  • ACE - Adaptive Communication Environment 
  • Common G++ (GNU)  or 
  • Socket++ version 1.11 
  • Socket++ version 1.12+ 
  • SocketMan! 
  • Skstream - IOStream based socket library http://www.worldforge.org/dev/eng/libraries/skstream
  • SimpleSocket - 
  • PTypes - C++ Portable Types Library (includes multithreading and networking)
  • OpenTransport - The Classic MacOS networking API; much different from Sockets, but should be considered during design phase
  • CPPSocket - 
  • C++ Sockets Library - 
  • socketstream 
  • DTILib 
  • Qts network module. 
  • Poco (C++ Portable Components) has networking code too., 
  • NetClass (a multi-platform C++ library which provides a thin wrapper for socket and thread support) 
  • FEDLibrary 
  • C++ Stream Compatible TCP/IP Sockets 
  • Last but not least, Asio. 

And just for kicks some JAVA stuff

  • J2EE Socket class reference 
  • JAVA socket programming tutorial 

And for even more kicks Python stuff

  • Twisted  I would seriously take a look at their design.
阅读(2064) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~