Differences between version 5 and previous revision of DataType.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Tuesday, September 6, 2005 9:18:36 pm | by AristotlePagaltzis | Revert |
Older page: | version 4 | Last edited on Tuesday, November 11, 2003 4:47:24 pm | by AristotlePagaltzis | 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 [
ProgrammingLanguage]
s, 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.