Networking

Hello, I am woundering what the C++ socket librarys are. Also, if you know any tutorials for them, that would help. Thank you.

- Kyle
The socket library is a C library.

There are numerous C++ libraries that wrap the sockets library because it can get a bit tricky to use directly, but these are just wrapper libraries.

http://www.beej.us/guide/bgnet/output/html/multipage/index.html
Last edited on
Topic archived. No new replies allowed.