BSD Socket Tutorial

closed account (jwkNwA7f)
I can't find any tutorials on BSD Sockets for OS X. So, Do you know of any tutorials on it?

Thanks for your help!
Last edited on
closed account (jwkNwA7f)
Yes...Well, some. I was mainly asking to see if there were any that you guys would suggest that might be better than others. I think this one will work for me:
http://www.cis.temple.edu/~giorgio/old/cis307s96/readings/docs/sockets.html

Also, if your going to post a link to a google search, use lmgtfy.com instead. :)
I was mainly asking to see if there were any that you guys would suggest that might be better than others.
Fair enough. Beej's tutorial seems to be the most popular http://beej.us/guide/bgnet/
closed account (jwkNwA7f)
Thank you! That one is better. :D
I would just like to add that I would recommend using Boost Asio over sockets, they are easier to use and cross platform.
Topic archived. No new replies allowed.