Possible Duplicate:
Uses for multiple levels of pointer dereferences?
I was reading another post and this led me to this question. What the heck would something like this mean? Also how deep do people go with a pointer to a pointer to a pointer to a pointer.... I understand Pointer to Pointer but why else you would go more after that? how deep have you gone in using ****?
Foo(SomePtr*** hello);