Penguin

Differences between version 3 and previous revision of Pointer.

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

Newer page: version 3 Last edited on Saturday, September 13, 2003 2:22:34 am by AristotlePagaltzis Revert
Older page: version 2 Last edited on Saturday, August 23, 2003 10:20:48 am by AristotlePagaltzis Revert
@@ -3,5 +3,5 @@
 Fiddling with [Pointer]s is a very error prone task. Therefor, [Pointer] arithmetic is nowadays frowned upon unless you are doing low level systems programming. 
  
 [Pointer]s also break type safety. Many ProgrammingLanguages attempt to alleviate this by requiring you to use a different type of [Pointer] for each kind of DataType you want to point to. 
  
-Nowadays, if you aren't writing a kernel or hardware driver, you should be using a ProgrammingLanguage that has a GarbageCollector and frees you from the arduous task of keeping track of your memory. 
+Nowadays, if you aren't writing a kernel or hardware driver, you should be using a ProgrammingLanguage that has GarbageCollection and frees you from the arduous task of keeping track of your memory.