28 Dec
2003
28 Dec
'03
10:48 a.m.
Tom Weber wrote:
Also... I think boost should have a network library. Can anyone recommend a platform-independent network library?
Hi, the only one I know is SDL_net, which in turn uses SDL (www.libsdl.org). It's mostly a game library and might give you problems with console applications, because SDL redirects STDOUT and the like unless you compile it yourself. Sebastian