Offtopic question regarding networks :-)

Hey guys, any of you know if there is a library that works on any platform and supports tcp/ip ?

Thanx!

–> Divide

java.net.* C++ i don’t know

Yeah, that would be cool. Then I could write my stupid little mutli-user pong game. OpenGL is great.

You can actually use Java and opengl through the native interface. The native interface permits you to C++ code from java or java code from C++.

Hell, you can even start a java virtual machine and use it!