Penguin

Differences between current version and revision by previous author of DataType.

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

Newer page: version 5 Last edited on Tuesday, September 6, 2005 9:18:36 pm by AristotlePagaltzis
Older page: version 3 Last edited on Monday, October 6, 2003 2:20:58 pm by StuartYeates Revert
@@ -1,5 +1,5 @@
-A DataType is a class of [Data]
+A DataType is a class of data
  
-There are two kinds of [ DataType] s: atomic (FloatingPoint numbers, Integers, single characters, [Pointer]s) and compound (arrays, structs, objects). Compound [DataType]s are composed of other [DataType]s (be that atomic or other compound ones). [ DataType] s are the building blocks of [ DataStructure] s. 
+There are two kinds of DataType~ s: atomic (FloatingPoint numbers, Integers, single characters, [Pointer]s) and compound (arrays, structs, objects). Compound [DataType]s are composed of other [DataType]s (be that atomic or other compound ones). DataType~ s are the building blocks of DataStructure~ s. 
  
-In some ProgrammingLanguages , such as [C++], [Template]s can be used to define classes of [ DataType] s. 
+In some ProgrammingLanguage~s , such as [C++], [Template]s can be used to define classes of DataType~ s.