Penguin

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

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

Newer page: version 4 Last edited on Tuesday, November 11, 2003 4:47:24 pm by AristotlePagaltzis Revert
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]. 
  
 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.