Email or username:

Password:

Forgot your password?
Devil Lu Linvega

In more ornate but still realistic cases, things become worse:

int *(*pfp)();

bell-labs.com/usr/dmr/www/chis

2 comments
Panicz Maciej Godek

@neauoire i don't think it's bad at all (especially if you have typedef)

What I think is bad about C is, for example, this:

char c = 0x80;
printf("%d", c==0x80);

Devil Lu Linvega

@PaniczGodek What's bad about this? (I'm ashamed to say that I do this quite a few times in my own programs..)

Go Up