Beginner Questions (C++)

Started by
1 comment, last by penihopz 12 years, 8 months ago
Ive been thinking for a long time now how to implement internet connections into a game im making. I dont want to have to pay for a server or anything, but allow users to make their own servers. I am using C++, opengl and SDL to make my game. What would be the best way to do this?
Advertisement

Ive been thinking for a long time now how to implement internet connections into a game im making. I dont want to have to pay for a server or anything, but allow users to make their own servers. I am using C++, opengl and SDL to make my game. What would be the best way to do this?


Start with the forum FAQ.
enum Bool { True, False, FileNotFound };

Ive been thinking for a long time now how to implement internet connections into a game im making. I dont want to have to pay for a server or anything, but allow users to make their own servers. I am using C++, opengl and SDL to make my game. What would be the best way to do this?


try something like http://www.boost.org...boost_asio.html or http://www.cs.wustl....chmidt/ACE.html
Sarcasm is a form of art.

This topic is closed to new replies.

Advertisement