PDA

View Full Version : c++


EscapeCharacter
04-07-2002, 11:16 PM
is there a stl in c++ for socket programming, other than just using socket.h?

kmj
04-08-2002, 09:13 AM
If by stl you mean the standard template library, then no. I'm pretty sure the standard template library makes no provision for socket programming.

EscapeCharacter
04-08-2002, 06:51 PM
alrighty thanks