Programming language

01/26/2010 00:20 darkirax#1
Hi, I haven't connected to elitepvpers for a time, and now I have some free time so I wolud like to learn something. In my university i've learn C and basics of assembler, but I see the better programing languages you recomend to make some bots/hacks are C++,Java....

My question is if I know C already it woul be better to leran C++ or Java which is better to make hacks/bots not only for this game.

Thanks
01/26/2010 03:44 spare2#2
There isn't really a "better" language, each one has their own pros/cons.
But if you know C already, I'd say C++.
01/26/2010 05:04 chunkyluver64#3
definitely use C++ since you know C already. java, on the other hand, will warn you of more errors that you may have in your code so it's better in that respect.... but using java means learning all the syntax, code bits, etc. C++ is easier to make executables too since java requires all files to be made into .jar's so that the program can be executed as a standalone. i know java, but I wish i knew C++ haha
01/26/2010 11:23 darkirax#4
Ok thanky you all