Are nested functions a bad thing in gcc ?
Posted
by LB
on Stack Overflow
See other posts from Stack Overflow
or by LB
Published on 2010-05-28T13:22:05Z
Indexed on
2010/05/28
13:31 UTC
Read the original article
Hit count: 224
Hi,
I know that nested functions are not part of the standard C, but since they're present in gcc (and the fact that gcc is the only compiler i care about), i tend to use them quite often.
Is this a bad thing ? If so, could you show me some nasty examples ? What's the status of nested functions in gcc ? Are they going to be removed ?
thanks
© Stack Overflow or respective owner