Need some help and info about networking with C++

cchen

Diamond Member
Oct 12, 1999
6,062
0
76
I'm creating a software design project that has a networking component. It's basically a game and I want two clients to be able to connect to each other, one acting as the server. I'm doing this in MacOS 9 (required) so the networking has to be with Appletalk. However, I haven't been able to find many resources concering how to program this. Can anyone give me some pointers or point me to somewhere that has some examples?
 

Ameesh

Lifer
Apr 3, 2001
23,686
1
0
just because your using MacOS doesnt mean it has to be appletalk, why dont you use sockets, there many examples out on the net on how to use them.