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

Bad things about C++

Name: Anonymous 2007-03-02 3:10 ID:8GT6+4Q4

Fuck OO. GOTO or GTFO.

Name: Anonymous 2009-01-18 0:05

>>22
1:
int64_t

2:
int x = '09';

3:
enum day_of_week { SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY };
enum day_of_week d = MONDAY;
++day_of_week;


4:
char *s = malloc(1024);

5:
void f(int n){
 if(n < 0) goto end;
 int x = 0;
end:
 return 0;
}

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