Penguin
Annotated edit history of JavaAndC++ version 11 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 DavidHallett 1 [Java] and [C++] are similar languages both encouraging users to develop employ ObjectOrientation. As hype would have it, [C++] is better suited to tailoring a program to the specifics of a particular environment whereas [Java] stresses portability and promotes approaches more suited to large scale application development.
2
3 Therefore [C++] is more and more being used for smaller applications targeting a specific environment where split second timing and the amount of space used are critical. [Java] is used mostly for large scale applications which are able to run in many different environments and where extensibility and long term maintainability are critical.
2 StuartYeates 4
5 DavidHallett 5 !!! [C++] features:
11 AristotlePagaltzis 6
2 StuartYeates 7 * [Template]s
8 * Near compatibility with [C]
9 * Multiple inheritance
10 * Many features designed to have zero overhead if not used
11 * Manual memory management
6 StuartYeates 12 * <tt>#include</tt>
2 StuartYeates 13
5 DavidHallett 14 !!! [Java] features:
11 AristotlePagaltzis 15
5 DavidHallett 16 * [Template]s / PolymorphicTypes
17 * Single inheritance but with Interfaces
18 * Comprehensive and standardised [Networking|Category:Networking], [GUI] and DataBase libraries
10 DavidHallett 19 * Native [Threading|MultiThreaded] support
5 DavidHallett 20 * Native [Unicode] support
21 * GarbageCollection
6 StuartYeates 22 * <tt>import</tt>

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()