First page
Back
Continue
Last page
Graphics
TYPE MODIFIERS
static
Preceeds type designation in a function.
Forces this variable to remain between activations.
See test_static.cpp example
e.g. static int fred = 0;