First page Back
Continue
Last page
Graphics
What is a type?
A restriction on:
The values that a variable of a type can hold?
The operations that can be performed on a variable of a type.
We know of some standard types already in the C++ language:
int
float
double
char