文件名称:socketcc
介绍说明--下载内容均来自于网络,请自行研究使用
or those wishing to develop socket based network applications in a C++ class
oriented environment. This library allows creation of sockets as classes as
well as IPv4 and IPv6 address representation as a class abstraction. The main
aim is to allow the same code to work with both IPv4 and IPv6 implementations.
-This project will compile to a dynamically loaded library that can be used when
developing network/socket applications in C++. The socketcc library is based
on the existing socket library available in most UNIX installations and also
uses the pthreadcc library also developed by the author. The library defines a
series of classes that can be used to implement IP addressing and socket based
communications using both TCP and UDP sockets over both an IPv4 and IPv6 based
network. This class library was developed by Jason But at Monash University.
oriented environment. This library allows creation of sockets as classes as
well as IPv4 and IPv6 address representation as a class abstraction. The main
aim is to allow the same code to work with both IPv4 and IPv6 implementations.
-This project will compile to a dynamically loaded library that can be used when
developing network/socket applications in C++. The socketcc library is based
on the existing socket library available in most UNIX installations and also
uses the pthreadcc library also developed by the author. The library defines a
series of classes that can be used to implement IP addressing and socket based
communications using both TCP and UDP sockets over both an IPv4 and IPv6 based
network. This class library was developed by Jason But at Monash University.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
socketcc\Makefile
........\README
........\sample\application.cpp
........\......\deamon.config
........\......\deamon.cpp
........\......\deamon.h
........\......\Makefile
........\......\myecho.cpp
........\......\tcpserver.cpp
........\......\tcpserver.h
........\.rc\ipaddress.cpp
........\...\socketbase.cpp
........\...\socketcc.h
........\...\socketexception.cpp
........\...\tcpsockets.cpp
........\...\udpsockets.cpp
........\obj
........\sample
........\src
socketcc