Dennis Ritchie RIP
Posted Oct 15, 2011 16:50 UTC (Sat) by
HelloWorld (guest, #56129)
In reply to:
Dennis Ritchie RIP by mpr22
Parent article:
Dennis Ritchie RIP
The syntax for declaring objects of pointer-to-function type being a bit hairy does not invalidate the general sentiment,
It's not only that, the syntax for declaring pointers to arrays suffers the same problem. And what bugs me most about it is that it would have been trivial to fix this: make * a postfix operator and use "i int;" instead of "int i;" for simple declarations. signal then becomes
signal(*(int) void) *(int) void;
Unfortunately, it's not going to happen :(
(
Log in to post comments)