C++ Socket
Greetings all,
I need to use AF_INET sockets for a relatively simple c/s application.
My application is OO-based (C++) and now I wonder whether anyone should know an easy-to-use C++ library with an encapsulation of sockets ?
The target compiler is Forte C++ 6 update 2 and target OS is Solaris 8 (Sparc).
Many existing C++ socket encapsulations seem targeted at GCC and/or Linux and generally appear incompatible with Solaris sockets.