Cyberman said:
Slougi... what TYPE of networking? Are you refering to TCP/IP IPV4 or IPV6?
Are you refering to support for services such as HTTP FTP (TCP UDP passive mode transfer?) SNMP NNTP raw TCP connection?
Darn I knew I forgot something!
Specifically TCP/IP IPV4, I don't need socket level stuff; basically what I want is "Listen on port 5678 and give me a way of writing and reading from there ktnx." I don't want to worry about socket(), bind(), connect(), listen(), accept(), select(), struct sockaddr. Or about winsock. It would be cool if it abstracted all that with nice exception handling.
As for threads, yes I know they are not available everywhere.
As for portability, I actually just realized that it really only needs to run on *nix, Linux and the BSDs would be cool.
As you might have noticed I am not too good with network stuff

Basically I think it's the most boring aspect of computing in general, and whenever I go to learn how to really do any network stuff I find myself doing something different altogether.
Hack: Java is not really an option I'm afraid; nor QT. Actually SDL is not either
zenogais: I'd googled already but not really found anything... HawkNL looks cool, I think I'm gonna go for that. It's C, not C++, but that's ok. Thanks!
P.S. open-source software doesn't have to be free in the gnu sense; look it up
