【正文】
ne, while working with Java is like driving a car. ? What does it mean? ? Too many controls/options in C++: think before use each one. ? Careful use can result in efficiency, poor use can result in serious inefficiency ? Issues like memory leak can crash the application, outofbounds array access can cause memory corruption – but it may not show up for long time – causing lot of headache! ? Java : slow and steady wins the race? References ? C++ tutorials: ? C++ reference: ? Java tutorial: ? Java API documentation: 。 i 5 。 i++) numbers[i] = new ComplexNumber(…)。 C++ array version 3 ComplexNumber **numbers。 Java: nothing equivalent.