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

How do I become the next Mark Zuckerberg?

Name: Anonymous 2011-01-08 0:52

I'm already 22 and I'm not a billionaire yet (only $1000 in savings)!

How do I create the next Facebook, Microsoft or Call of Duty so I can retire before age 30?

Name: Anonymous 2011-01-09 16:41

Is there a more obscure and intimidating way to do this?
If this is what C programmers strive for, no wonder Linux is shit.

Name: Anonymous 2011-01-09 17:23

>>39
Only when p < 4 && p > -4.

Name: Anonymous 2011-01-09 17:51

>>42
BBBZZZZZ WRONG

Name: Anonymous 2011-01-09 17:56

p = ((p >> ((p - 1) >> 1)) ^ 1) | (((p >> ((p - 1) >> 1)) & 1) << (((p - 1) >> 1) + 1)) & 3

Name: Anonymous 2011-01-09 19:07

>>43
doesn't know C

Name: Anonymous 2011-01-09 19:14

Name:
Email: SEGA
Comment:
Name:
Email: SEGA
Comment:
Name:
Email: SEGA
Comment:
Name:
Email: SEGA
Comment:
Name:
Email: SEGA
Comment:
Name:
Email: SEGA
Comment:
Name:
Email: SEGA
Comment:
Name:
Email: SEGA
Comment:
Name:
Email: SEGA
Comment:
Name:
Email: SEGA
Comment:
Name:
Email: SEGA
Comment:
Name:
Email: SEGA
Comment:

Name: Anonymous 2011-01-09 19:25

>>45
My apologies.
$ cat modulo.c
#include <stdio.h>
int main (void) {
    int i;
    for (i = 0; (i % 4) == (i & 3); i++);
    printf ("%d\n", i);
    for (i = 0; (i % 4) == (i & 3); i--);
    printf ("%d\n", i);
    return 0;
}

$ cc modulo.c -o modulo
$ ./modulo
-2147483647
-1
$

Name: Anonymous 2011-02-04 15:16

Name: Anonymous 2011-02-04 16:51


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