Well, you're going to need some functions and classes that obviously allow you to do network type things. C++ by default comes with none of these, (although I bet you could find some libraries or something out there). I suggest checking out Java. It's got tons of really hand stuff for doing things over a network, and in many respects is like a simpler version of C++.
Kob0724
Junior Poster in Training
52 posts since Jul 2005
Reputation Points: 30
Solved Threads: 0
If you would rather use C++ though, QT is a nice set of classes that works right on top of C++. It's mainly geared toward GUI development, but I think it has some network fucntionality too. You might want to check that out.
Kob0724
Junior Poster in Training
52 posts since Jul 2005
Reputation Points: 30
Solved Threads: 0