I was just looking across some code and came across this:
const char *p1;
char **p2;
What the heck is p2? p1 is a pointer to a constant. Is p2 some type of pointer?
Thx,
Tim
|
Results 1 to 4 of 4
Thread: Pointer ** <- What is this?Threaded View
|
Click Here to Expand Forum to Full Width |