Lecture 2 - Slide 2 : 29
Fundamental types i C++
An overview of the fundamental types in C++
Fundamental types in C
A boolean type
bool
Character types, most importantly 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