10
sm001
6y

C++ vs. Java?

Comments
  • 12
    C++, and i don't trust anyone who disagrees
  • 6
    I'd say C++, but it depends on what you want to do.
  • 2
    My 2 cents for Java. But actually, depends on what you want to achieve.
  • 2
    C or Ruby.
  • 4
    I'd say learn the basics of Java first. Then learn C++. C++ has a lot more ability in my opinion, I happen to be learning it myself.
  • 2
    C++ memory leak: you must have forgotten to deallocate the resource

    Java memory leak: what's the life cycle of the parent visual container? Did you de-reference the object? Is it disposable? You can try a GC call. At the end of the day it's not your fault, have fun explaining that to the client.
  • 2
  • 0
  • 2
    Writing binary using a magnet to set pins on a hard drive.
  • 1
    @thermodose best 'programming language' is minecraft
Add Comment