When comparing multi dimentional arrays and vectors, nobody really seem to care for normal arrays. What's the advantage of an arraay being on the heap rather on the stack?
I think he means the stack. The size of the stack is usually quite small and you don't get an exception thrown if you run out of stack space like you do when a heap allocation fails.