Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
DataType
Edit
PageHistory
Diff
Info
LikePages
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 ProgrammingLanguage~s, such as [C++], [Template]s can be used to define classes of DataType~s.
4 pages link to
DataType
:
Pointer
String
ObjectOrientation
DataStructure