MarkG:
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!
You are mistaken. As you intimated in your original post, you can do this in Javascript. whether you like it or not, you cannot do it with native C++ arrays.