Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1678071
  • 博文数量: 782
  • 博客积分: 2455
  • 博客等级: 大尉
  • 技术积分: 4140
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-06 21:37
个人简介

Linux ,c/c++, web,前端,php,js

文章分类

全部博文(782)

文章存档

2015年(8)

2014年(28)

2013年(110)

2012年(307)

2011年(329)

分类: LINUX

2012-02-15 10:41:38

网站资源一些写得非常不错的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.
阅读(1455) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~