Poll

What's your favourite programming language?

Java
15 (21.7%)
C++
22 (31.9%)
C#
2 (2.9%)
BASIC
6 (8.7%)
Torque Engine
10 (14.5%)
Python
7 (10.1%)
JavaScript
2 (2.9%)
PHP
2 (2.9%)
Flash
2 (2.9%)
Lua
1 (1.4%)
Ruby
0 (0%)

Total Members Voted: 69

Author Topic: Programming Languages. [POLL]  (Read 3298 times)

C++

What powers most PC games. :D

C++

What powers most PC games. :D

Just because it programs allot of games doesn't mean it is good.

Look,
C++ program:

#include <iostream>
int main(int argc, char argv[]){
      std::cout << "I am a C++ program." << std::endl;
      return 1;
}

Java program:

import java.io.*;
public class SampleJava{
      System.out.println("I am a Java program.");
}

I think that even a non-Scripter can read the Java thing soo that makes it allot easier to build I hate how C++ has some handicapped things. I find Java just allot easier to read which makes it better.

-snip-

Simpler =/= Better

C++ is more advanced because it's not as restrictive as Java. It's what most developers use to run games. In fact it's pretty much what everybody uses, just plain C code. I do believe the Xbox 360 uses C#.

Flash cause it's easy.

I believe he is trying to see the pros and cons of a language jus by looking at it lol.

The most I've ever gotten into is C++

JUST SO PEOPLE KNOW IF YOU forgetED WITH BLOCKLAND THAT IS TORQUE AND NOT C++
Significant difference.

JUST SO PEOPLE KNOW IF YOU forgetED WITH BLOCKLAND THAT IS TORQUE AND NOT C++
Significant difference.

I do believe Torque is a GAME ENGINE and not a compiler.

JUST SO PEOPLE KNOW IF YOU forgetED WITH BLOCKLAND THAT IS TORQUE AND NOT C++
Significant difference.
"

public class checkie{
public static void main(String[] args){

String Blockland = "forgeted torque";
if(Blockland.contains("forgeted torque"))
System.out.println("Wow it really did!");
else
System.out.println("Dude no.");
        }
}

Sorry I just had to do that.

Simpler =/= Better

C++ is more advanced because it's not as restrictive as Java. It's what most developers use to run games. In fact it's pretty much what everybody uses, just plain C code. I do believe the Xbox 360 uses C#.

I did not say that Java is better because it's easier, I am trying to say that C++ has a handicapped way of building codes.
« Last Edit: December 31, 2010, 02:07:27 PM by keesfani »

I do believe Torque is a GAME ENGINE and not a compiler.
don't think he was talking about that.


public class checkie{
public static void main(String[] args){

String Blockland = "forgeted torque";
if(Blockland.contains("forgeted torque"))
System.out.println("Wow it really did!");
else
System.out.println("Dude no.");
        }
}

dude what


Isn't it Roblox's scripting/programming language?  :o

It's also Gmod's in-game scripting language.


"

public class checkie{
public static void main(String[] args){

String Blockland = "forgeted torque";
if(Blockland.contains("forgeted torque"))
System.out.println("Wow it really did!");
else
System.out.println("Dude no.");
        }
}

Sorry I just had to do that.

I did not say that Java is better because it's easier, I am trying to say that C++ has a handicapped way of building codes.
That's java.

And basic java at that.

But even still, most of that won't make sense to the untrained eye as they will have no clue what classes are.

That's java.

And basic java at that.

But even still, most of that won't make sense to the untrained eye as they will have no clue what classes are.


Yes but are you trained? No? well you still can see what's going on.