• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need some help and info about networking with C++

cchen

Diamond Member
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?
 
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.
 
Back
Top