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

Time to Test Your Compiler

Name: Anonymous 2014-04-30 9:59

void foo() {}
void bar() {}
void main() {
if ((void*)foo < (void*)bar) {
printf("sound compiler! preserves ordering.\n");
} else {
printf("your gaypiler sucks balls and doesn't respect memory layout\n");
}
}

Name: Anonymous 2014-05-05 14:28


#include <stdio.h>

int main() {
if ((int)-1 >> 1 == -1) {
printf("sound compiler! knows people use shift to div their ints.\n");
} else {
printf("your GCC can't even div a number by two! use MSVC\n");
}
return -123;
}

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