|
|
#1 (permalink) |
|
Marios's Mustache Wax
Join Date: Sep 2007
Posts: 4
![]() |
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) |
|
One of these days...
|
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.
__________________
Outsider 3D Space Action Shooter/RPG in Development http://www.youtube.com/user/outsidergame OnRPG does indeed have a game development section, y'know.... |
|
|
|
|
|
#5 (permalink) |
|
One of these days...
|
It comes in your Dev-C++ MinGW package.
__________________
Outsider 3D Space Action Shooter/RPG in Development http://www.youtube.com/user/outsidergame OnRPG does indeed have a game development section, y'know.... |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|