Thread: sockets
View Single Post
Old 09-02-2002, 05:44 AM   #2 (permalink)
sdeming
Code Monkey
 
Join Date: Jul 2002
Location: Michigan
Posts: 85
sdeming is on a distinguished road
Depending on what your goals are you can write the socket code in C and wrap it in C++ classes, or you can use existing frameworks such as ACE (Adaptive Communication Environment).

More info on ACE can be found here: http://www.cs.wustl.edu/~schmidt/ACE.html

ACE is strongly based on using design patterns and templates, very well implemented, and not so easy to use.
__________________
Scott
B4 09 BA 09 01 CD 21 CD 20 53 63 6F 74 74 24
sdeming is offline   Reply With Quote