Introduction - If you have any usage issues, please Google them yourself
how to add arrays
* Use of const (constant) values.
* Creation of vectors.
* Passing vectors as function arguments.
* Reading from files of unknown size (monitoring istream status).
* Repetitive structures (while and for loops).
* The increment operators (++).
* Selection structures (if-else statements).
* Use of the .size, .empty, .begin, .insert, .erase, .resize, .clear and .swap vector class member functions.