connecting two machines

I have the code for a tic tac toe game and want to write code so the program can be executed on two machines connected locally by ethernet. I have no idea how to do this. Some coding support would be greatly appreciated.
Last edited on
You'll have to learn some networking. If you only intend for this to be used on windows, you can simply use winsock. You'll need to include windows.h and winsock.h. Look up "Beej's Networking Guide" on google and read that. It's a really good intro to socket programming (even though it may say for Unix, it also applies to winsock programming).
Topic archived. No new replies allowed.