Penguin

Differences between current version and predecessor to the previous major change of JavaAndC++.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 11 Last edited on Sunday, September 11, 2005 9:15:32 am by AristotlePagaltzis
Older page: version 9 Last edited on Thursday, November 27, 2003 1:17:49 am by AristotlePagaltzis Revert
@@ -2,19 +2,21 @@
  
 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. 
  
 !!! [C++] features: 
+  
 * [Template]s 
 * Near compatibility with [C] 
 * Multiple inheritance 
 * Many features designed to have zero overhead if not used 
 * Manual memory management 
-* #include 
+* <tt> #include</tt>  
  
 !!! [Java] features: 
+  
 * [Template]s / PolymorphicTypes 
-* Single inheritance but with [ Interfaces]  
+* Single inheritance but with Interfaces 
 * Comprehensive and standardised [Networking|Category:Networking], [GUI] and DataBase libraries 
-* Native [Threading] support 
+* Native [Threading|MultiThreaded ] support 
 * Native [Unicode] support 
 * GarbageCollection 
-* import 
+* <tt> import</tt>