Hello everyone, I need to know how to make an instance of a class with a different name each time the user wants to make a new instance of that class. For example say I have the class car and I make an instance of that car. (car ford;) How would I be able to loop back to the making of the instance and create a new name for the instance each time, such that car ford; car ford1; car ford2; car fordn; ect.
Any idea's or thoughts about how I can go about doing this? Thanks.