When i use the spiral rule, i am confused at below line within 10 spiral steps. Is there a quicker way?
// compiles in VC++ 2010
const void * const ** const volatile *** const **** _foo_;
Such as ptr is a pointer to a pointer to a pointer to a pointer and all of them are const void but 2 of them are volatile void const
cdecl says: