Hey, take a look at http://c-faq.com/decl/spiral.anderson.html. Awesome way to understand C declarations.
3 thoughts on “The “Clockwise/Spiral Rule” to understand C”
Comments are closed.
Hey, take a look at http://c-faq.com/decl/spiral.anderson.html. Awesome way to understand C declarations.
Comments are closed.
Agh! 🙂
There’s less need to memorise such rules with tools like cdecl and its online equivalent: http://cdecl.org/ .
Awesome. I’m not a C programmer (hey, it’s too hard!) but it make the things clearly.
Thank you.
Parse this: char *str[10][2];