Basic facilities
- slide 2 : 42
Fundamental types i C++
An overview of the fundamental types in C++
Fundamental types in C
A boolean type
bool
Character types
Most important type
char
Integer types
Floating point types
Enumeration types
Type void (no value)
Pointer types
Including function pointers
Array types
Reference types
Struct
and class types