tag:blogger.com,1999:blog-2797923531103204252.post-90627904280304671482008-03-26T22:09:00.007+01:002008-03-27T09:46:40.020+01:002008-03-27T09:46:40.020+01:00Useful C extensions (gcc specific)You think that knowing ANSI C is enough? Well, okay, it's enough. But I found that some gcc extensions are very useful.
All gcc C extensions are listed in the manual.
Here are the extensions I use:
Labels as values
I remember the old assembler days, when you could jmp to to an address from an array. Nowadays in C, you can create an array of pointers to functions and call pointer from array. majeknoreply@blogger.com7