A very simple example: computing the mean of a sequence of numbers¶
This a series of short articles that develops some of the basic ideas
of the C++ programming language (and programming in general) by
treating a particularly simple example: computing the mean of a
sequence of numbers.