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