Differences between version 3 and revision by previous author of DataType.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Monday, October 6, 2003 2:20:58 pm | by StuartYeates | Revert |
Older page: | version 2 | Last edited on Saturday, August 23, 2003 10:26:17 am | by AristotlePagaltzis | 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).
+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.