Question:

What is the best programing langauge for programing...

by  |  earlier

0 LIKES UnLike

im looking to start basic work on a mmo and whats the best overall program language it should be written it?

Please explain your choice

thank you.

 Tags:

   Report

3 ANSWERS


  1. c++

    or java


  2. C++ is longest running and generates the quickest programs. You can start learning C++ with these video tutorials:

    http://xoax.net/comp/cpp/console/index.p...

    They are perfect for beginners. This one can get you started by showing you how to install a free compiler:

    http://xoax.net/comp/cpp/console/Lesson0...

    Here are some simple games with code downloads that you can use to get some ideas:

    http://xoax.net/comp/cpp/console/Lesson9...

    http://xoax.net/comp/cpp/console/Lesson2...

    http://xoax.net/comp/cpp/console/Lesson2...

    These tutorials can get you started with graphics programming in OpenGL:

    http://xoax.net/comp/cpp/opengl/index.ph...

    You can go through the tutorials and if you have questions on them or anything else in C++, please post to me here:

    http://xoax.net/forum/

    Best of luck!

  3. I would use C++ it is supported by both windows and Unix/Linux environments. Most game server will have a *nix server and a windows client mainly because *nix bases systems run faster, more secure and stable. The other thing that you have to take into account is what data base you will use that will make a difference on what platform you chose. For the front end (aka gui) you can pick countless languages I would try a few and bases your decision on witch you find the easiest to program in. Most languages are alike so if you can program in one it isn't hard to move to another allot of it has to do with personal taste and the ability to move it cross platform  

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.