🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

New to C++. Networking question.

Started by
2 comments, last by ace_muncher 22 years, 8 months ago
How would I transfer data over the network? What kind of commands must I initialize in my program to set up the Network? What commands do I use Networking? I am making an RTS in Windows and will use DirectX. Also, if you have any ideas about what a player can/cannot do in an RTS, available units, optional commands, etc., I''m all ears. -Ace
-Ace
Advertisement
if your new to C++ I wouldnt recommend making a multiplayer game just yet
You are really jumping the gun abit. First become proficient in c++ then move on to more difficult tasks. Make a single plater text based rpg first, then move on to multiplayer text based and on from there. By then you should have enough of a grasp on the language to progress to the hard stuff.

"I''''m as confused as a baby in a topless bar."
"I''m as confused as a baby in a topless bar."
or an RTS much less. those things are really involved.

--
david@neonstar.net
neonstar entertainment
--david@neonstar.netneonstar entertainment

This topic is closed to new replies.

Advertisement