Penguin

Differences between version 20 and predecessor to the previous major change of C++.

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

Newer page: version 20 Last edited on Wednesday, April 7, 2004 10:04:51 pm by SamJansen Revert
Older page: version 19 Last edited on Wednesday, November 19, 2003 6:24:25 pm by AristotlePagaltzis Revert
@@ -41,8 +41,10 @@
  
 !! GarbageCollection (not) 
  
 Since BjarneStroustrup liked [Simula67 | http://www.cetus-links.org/oo_simula.html] but decided GarbageCollection was "too slow", he designed his own perfect language with ObjectOrientation but no GarbageCollection. Quite a few people will readily assume he must have been on crack. Besides having to manage memory yourself, you now have to cope with new syntactic sugar that can conceal which part of your code is responsible for what bits on your heap. Great fun - really! 
+  
+''Whoever wrote this last paragraph needs to smoke less crack themselves.'' -- SamJansen  
  
 !! [Template]s 
  
 Your compiler will segfault regularly instead of producing error reports when you stuff up a [Template] definition. When it does produce an error report, it looks like the (drastically snipped down) one below (in this case it's from the [STL]).