Search:

Type: Posts; User: helloworld922

Search: Search took 0.07 seconds.

  1. Re: How much easier is Java compared to C++

    In C++ you must explicitly specify if you have a reference value, a value, or a pointer value. In Java, all objects are referenced and all primitives are values. C++ also forces you to manually clean...
  2. Re: How much easier is Java compared to C++

    Learn both. I know both languages (as well as others). The thing about C++ is that you have to very explicitly understand the memory model, where in Java you can get away with almost anything short...
Results 1 to 2 of 2