User input amount of Class objects in array

I am trying to understand how to create a user input amount of class objects in an array.

I have tried declaring the object array index as a private int, and setting it to the user's input value in my implementation file, but this is giving me declaration errors.

Any ideas?
dynamic memory allocation. Look it up in the tutorial on this site.
Wow, I was unfamiliar with the term and concept, but I think I've got it now.

Thank you for your assistance!
Topic archived. No new replies allowed.