I need a C++ STL (iostream, string, etc.) based tcp socket client / server. Does anybody know such library?
+12
A:
Check out Boost.Asio for modern C++ style network communications.
Georg Fritzsche
2009-12-03 17:01:26
I don't know why, but i am not a fan of boost. I go for the Poco library.
VDVLeon
2009-12-04 01:00:17
+2
A:
The Net library from the Poco C++ libraries builds upon STL.
StackedCrooked
2009-12-03 18:44:07