citrusmoose Posted September 18, 2004 Share Posted September 18, 2004 Hi, I just started learning C++, not to say I don't know how to program, but does anyone know of any libraries or what not that I can use to connect to other computers for a simple game I'm writing? Thanks. Link to comment Share on other sites More sharing options...
0 +virtorio MVC Posted September 18, 2004 MVC Share Posted September 18, 2004 What OS are you using and are you building Windows Applications (GUI or Console) or are you building old style DOS programs (thats not the best way to put it, I just can't think of another way to say it) Link to comment Share on other sites More sharing options...
0 Blackout Posted September 18, 2004 Share Posted September 18, 2004 Hi,I just started learning C++, not to say I don't know how to program, but does anyone know of any libraries or what not that I can use to connect to other computers for a simple game I'm writing? Thanks. #include <winsock2.h> That's only if you're making a Windows app though. Link to comment Share on other sites More sharing options...
0 citrusmoose Posted September 18, 2004 Author Share Posted September 18, 2004 (edited) I'm using XP. More than likely it'll be a console program unless I learn how to do GUI's sometime soon. Thank for the header, I'll check it out. Btw, is there a good place to go for a tutorial on winsock? Edited September 18, 2004 by Citrusmoose Link to comment Share on other sites More sharing options...
0 +virtorio MVC Posted September 18, 2004 MVC Share Posted September 18, 2004 I'm using XP. More than likely it'll be a console program unless I learn how to do GUI's sometime soon.Thank for the header, I'll check it out. Btw, is there a good place to go for a tutorial on winsock? I hate to use the obvious answer, but there are lots of them at http://www.google.com/search?q=winsock+tutorial Link to comment Share on other sites More sharing options...
0 citrusmoose Posted September 19, 2004 Author Share Posted September 19, 2004 haha of course, but i thought ya'll could could recommend a good one Link to comment Share on other sites More sharing options...
Question
citrusmoose
Hi,
I just started learning C++, not to say I don't know how to program, but does anyone know of any libraries or what not that I can use to connect to other computers for a simple game I'm writing?
Thanks.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts