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

Programmers are Insane

Name: Anonymous 2012-01-19 12:09


Insanity: doing the same thing over and over again and expecting different results

Name: Anonymous 2012-01-19 12:22


#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#define insanity rand()

int main(int argc,char *argv[])
{
  printf("%f\n",insanity);
}

Name: Anonymous 2012-01-19 12:30

>>7
~ % echo -e '#include<stdlib.h>\n#include<stdio.h>\n#include<math.h>\n#define insanity rand()\nint main(int argc,char *argv[]){printf("%f\\n",insanity);}' | gcc -xc - && for i in {1..10}; ./a.out
0.000000
0.000000
0.000000
0.000000
0.000000
0.000000
0.000000
0.000000
0.000000
0.000000

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