The “Clockwise/Spiral Rule” to understand C Hey, take a look at http://c-faq.com/decl/spiral.anderson.html. Awesome way to understand C declarations. Published by brunobol I'm a brazilian guy who loves GNOME!!! View all posts by brunobol
Agh! 🙂 There’s less need to memorise such rules with tools like cdecl and its online equivalent: http://cdecl.org/ .
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];