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

Did you know?

Name: Anonymous 2014-05-01 6:19


int c = getchar ();
switch (c)
{
case 'a':
case EOF:
}

this can be compile error if char is unsigned, int is 1 byte and ((char)EOF) == 'a'

Name: Anonymous 2014-05-01 10:57

muh language lawyering

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