How do you check the Length of an Array?

Looks like you need pedantic warnings:

$ g++ -Wall -pedantic test.cpp

test.cpp: In function ‘int main()’:
test.cpp:12: error: ISO C++ forbids variable-size array ‘array’