C++ Syntax Reference - Arrays

Arrays

Note that if you are coding in C++ (as opposed to C), you should strongly consider using STL containers instead of arrays most of the time for their improved safety and reliability.