Are array of pointers to different types possible in c++? with example please)
An array of pointers to void has already been mentioned. If you want to make it practical and useful, consider using an array (or, better, vector) of boost::any.