How to make an array of pointers
Posted: Mon Jun 08, 2015 7:48 pm
I need to make an array of pointers in a collection so the data in the pointed to objects can be accessed from an entry in the collection. their is no option for what type of data is supposed to be stored in the array so how do I make the array store pointers?