How do get the array length?

wildbill:

Arrays do change length, especially when you are adding additional things to an existing array.

No, they don't. Not in C++ anyway.

Not arguing but an array can change in length, especially if you have a routine to add data to it!