Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

What would you change in C?

Name: Anonymous 2009-08-26 13:44

It's the time for the next revision of the C standard and for some reason they want your advice. What do you add, remove, rename, etc ?

Name: Anonymous 2010-04-29 11:40

>>92
I thought that's how switch statements are optimized by the compiler. I could be wrong here.

>>1
Scoped pre-processor definitions.
#{
# define hello (int)1
int test(){
    return hello;
}
#}

int test2(){
    return hello; // causes a compiler error, hello is undefined at the end of the scope
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List