English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

ok i want to learn 1 of these.

im going to be using it to make a mmorpg in time when i learn it.. so wiitch is better?

also any information about this is accepted to!!

please and thank you everyone

2007-11-09 17:03:49 · 9 answers · asked by Alex S 2 in Computers & Internet Programming & Design

9 answers

Obviously for Massive Multiplayer game like mmorpg Java is way better than C++, C++ wasn't build to do the internet stuff without careful award-winning programming skill.

2007-11-09 18:24:58 · answer #1 · answered by Andy T 7 · 0 0

What is an mmorpg? If your objective is to learn your first language, then I would suggest Java. You are less likely to get yourself into trouble with memory management and pointers, which is something that you would need to contend with in C++.

Although the syntax of Java derived from C++, one benefit that Java has over C++ is the extensive class library that comes with Java. C++ does not have such a standardised class library which means you will need to learn/use a third party implementation.

2007-11-09 17:21:37 · answer #2 · answered by Anonymous · 0 0

I hear most video games are made in C++. Java is extremely slow, especially Java networking, so if you are making multi player games that operate online, don't use Java. Socket programming in C sucks though.

Not mention, you have much better low-level control in C++. Memory management would be important in for an rpg. Java is more for business. Its easier to understand, therefore maintenance. With its huge library small business applications become easier and easier.

C++ is a good basis too, for game design. Java is like C++, but without the pointer garbage. If you really want to program, you should be comfortable with hardware design and implementation and pointers, to be able to bridge the gap.

The first thing they teach you is java, its simple. Harder concepts like systems programming and packet programming aren't done java.

2007-11-09 18:31:42 · answer #3 · answered by Blackcompe 7 · 0 0

Java is a programming language originally developed by Sun Microsystems and released in 1995 as a core component of Sun's Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode which can run on any Java virtual machine (JVM) regardless of computer architecture.

The original and reference implementation Java compilers, virtual machines, and class libraries were developed by Sun from 1995. As of May 2007, in compliance with the specifications of the Java Community Process, Sun made available most of their Java technologies as free software under the GNU General Public License. Others have also developed alternative implementations of these Sun technologies, such as the GNU Compiler for Java and GNU Classpath.

2007-11-09 17:08:34 · answer #4 · answered by Anonymous · 1 0

Java, Java and Java

2007-11-09 17:16:30 · answer #5 · answered by AgilePro 3 · 1 0

depends on what your goal is. java is more of an internet thing and c++ is more of a computer/windows programming.

2007-11-09 17:14:19 · answer #6 · answered by caberstevens 2 · 1 0

java is more better than C++....it is more important because some program can not run without java.

2007-11-09 17:20:06 · answer #7 · answered by Jacky A 1 · 1 1

of course java!! you can create an applet if you like

2007-11-09 17:12:20 · answer #8 · answered by cyra 2 · 0 0

java

2007-11-09 17:06:12 · answer #9 · answered by bubbles 2 · 0 0

fedest.com, questions and answers