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

Comp Sci Freshman Year

Name: Anonymous 2011-02-02 18:58

This is why I hate group projects with people who've picked the wrong thing to study but just don't know it yet.

[code]bool State = GetState((char)256);
if(State == true){
 // The horror! The horror...
}[code]

Name: Anonymous 2011-02-03 9:00

>>1
switch (val) {
    case true: break;
    case false: break;
    default: break;
}

if (val) return 1;
elseif (!val) return 0;
else return -1;


Retarded shit like this bothers me. :-(

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