networking on mac

Started by
2 comments, last by dantheman1337 14 years, 1 month ago
anyone know of a library and/or tutorials for networking on a mac? i would appreciate any help.
Advertisement
The Mac is very BSD-like so any Berkeley sockets tutorial (such as Beej's tutorial) ought to work, as long as you use C-with-pointers. If there are Cocoa-specific extensions to sockets, I know of no tutorials for those (but I'm not a Mac programmer these days).
enum Bool { True, False, FileNotFound };
Yeah BSD Sockets is one option.
The Mac Developer Center is pretty good at covering this stuff. Kinda dry sometimes but the info is there:
Mac Dev Center: Porting to Mac OS X from Windows Win32 API ...
[size="2"]Don't talk about writing games, don't write design docs, don't spend your time on web boards. Sit in your house write 20 games when you complete them you will either want to do it the rest of your life or not * Andre Lamothe
thank you very much. ill give that a go :D


btw- cocoa sounds retarded so i only use pure c/c++ and opengl.

This topic is closed to new replies.

Advertisement