Array of char - C++ Forum - cplusplus.com - The C++ Resources Network
Particularly printing the value of the variable yields different output depending on if it's a pointer-to-int or if it's a pointer-to-char. pInt contains the address of the int it's pointing to which is how pointer variables are supposed to work. pChar an
www.cplusplus.com |