ATI LoVeR 8500
New member
I've heard alot about this. I heard C++ sucks as it isn't cross platform, and is faster than Java. Can anybody tell be why Java sucks?
ATI LoVeR 8500 said:I've heard alot about this. I heard C++ sucks as it isn't cross platform, and is faster than Java. Can anybody tell be why Java sucks?
Lindset said:C++ is cross platform.. I hate Java desktop applications.. most of them are slow, and the GUI is ugly
jimmt said:Depends on how you program your program in C++. If you program to common headers than it can be a simple recompile, but if you program to a specific non compatible platform then its more than a recompile. Java is programed to a virtual machine and the virtual machine translates the program to native machine code. This is where the speed issue comes into play. In my opinion, Java is great for Web based applications and for common program interfaces such as database front ends. I like both C++ and Java.
Reverend_bel said:I can't even begin to think of an anology to how rediculous this question is. read up on the 2 languages and you will see that they exist for 2 very different reasons, and handle very different tasks.
Java = Web CrapATI LoVeR 8500 said:Java = Web Crap
C++ = Applications
PiT said:Java = Web Crap
C++ = Anything else
Can you look at my eyes and repeat that again?RageOnator said:Go have a whinge about it in the Mac forum...
Java sux, vb.net rulz
Onde Pik said:Wrong. C++ sucks for alot of things. There are still many places where high level languages are pretty useless.
snowwhite said:Ihmo c++ is quite good as it allows combining assembler, c and c++ functions - which is not doable with any other language. Sure it produces shittier code than assembler - usually, but sometimes it actually does job better than what you would do with assembler. C++ compilers do sse/sse2/3dnow/mmx optimizations, which would take forever to implement by hand. For now c++ is propably the best choise for performance freaks that dont have time to write same function n + 1 times to make it support all possible optimizations.