arrays.cpp shows examples of initializing and modifying primitive arrays in C++
arrays_advanced.cpp shows more advanced uses of arrays including double pointers
strings.cpp shows some basic examples of using character arrays including reading in command line arguments
iterators.cpp shows usage of iterators for various collections