First page
Back
Continue
Last page
Graphics
EXAMPLE
Instead of double coords[3];
use const size_t NDim = 3; double coords[NDim];
a more general way to define the size of an array similar to defining the size of a container.