|
|
#1 (permalink) |
|
Marios's Mustache Wax
Join Date: Sep 2007
Posts: 4
Reputation: 10
|
Hi this is my third atempt at an mmo after two trys on a 2d drag and drop style programe that workd quite well however I feel its time for me to moove on. I know c++ amnst (i think thats how you spell it) and a bit of open gl (not a lot though) and need a c++ networking libery I have had a look through the ones that people have told me to use but cant realy find any tutorials on them and most wont run on dev-c++ whitch I have used since I started c++.
in short does anyone know a fairly easy to use networking libery for dev c++ or a tutorial of some kind on how to make a cliant/ server |
|
|
|
|
|
#2 (permalink) |
|
GameDev's dead :(
Join Date: May 2006
Location: Chillin'
Posts: 827
|
Well, the basic windows networking library is Winsock, which is included in the GCC bundle with Dev-C++ (though it's an old version, as far as I know, not too much has changed). Here's where I learned how to use it:
http://www.madwizard.org/ It's a great site, nice tutorials.
__________________
Don't talk. Watch.
The price of freedom of religion, or of speech, or of the press, is that we must put up with a good deal of rubbish. Outsider 3D Space Shooter/RPG in Development http://www.youtube.com/user/outsidergame OnRPG does have a game development section, you know... |
|
|
|
|
|
#5 (permalink) |
|
GameDev's dead :(
Join Date: May 2006
Location: Chillin'
Posts: 827
|
It comes in your Dev-C++ MinGW package.
__________________
Don't talk. Watch.
The price of freedom of religion, or of speech, or of the press, is that we must put up with a good deal of rubbish. Outsider 3D Space Shooter/RPG in Development http://www.youtube.com/user/outsidergame OnRPG does have a game development section, you know... |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
|
|
Copyright © 2004-2008 Onrpg Inc. | Terms of Use | Privacy Policy |
|