5The variables argc and argv can be used in order to access the command line arguments, see page 1120. The elements in the array argv[] are strings (the “words” in the command line), and if they are to be used as numbers they have to be converted. The function atoi() converts a string to an integer (cstdlib needs to be included).