Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Did you know?
1
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'
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List