 |
Pointers - C++ Tutorials - cplusplus.com - The C++ Resources Network
Declaring pointers Due to the ability of a pointer to directly refer to the value that it points to, a pointer has different properties when it points to a char than when it points to an int or a float. Once dereferenced, the type needs to be known. And f
www.cplusplus.com |
 |