Access to C++ pointer type - TechRepublic
General discussion
November 10, 2003 at 10:29 AM
albert_orr

Access to C++ pointer type

by albert_orr . Updated 22 years, 5 months ago

A recent C++ article compared C and C++ pointers, stating that C++ pointers have attributes such as ‘type’. Is there a way to find the type of a pointer selected from an array of pointers, and use that pointer to guide the next step in the program?

This discussion is locked

All Comments