2007-05-14

Reading C type declarations

If you are interested, in what exactly char *(*(**foo[][8])())[]; declares go on an read this.

Yes, this is no C++ but a C topic. But as ISO C++ is (almost) a superset of C89 this nevertheless matters. Furhtermore it's fun. And a good example on how a language should not be defined.


Posted by Alexander Bernauer | Permanent Link | Categories: C++