Hacker News new | ask | show | jobs
by nh23423fefe 1526 days ago
I always think of the pointer as being a type which takes a type parameter.

so char** is just a pointer to char**. It's not the total levels that matter only the operations on this level.