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:
Anonymous2011-01-08 1:02
Drop out of Harvard like every other certified badass.
Name:
Anonymous2011-01-08 1:15
Just search craigslist for an "idea guy" looking for a "coder" like yourself.
Name:
Anonymous2011-01-08 3:57
Read SICP
Name:
Anonymous2011-01-08 5:20
How do I become the next Mark Zuckerberg?
Convert to Judaism and support the Zionist cause. Then you'll find fellow Zionists coming out of the woodwork with investment capital squandered from the goyim.
Name:
Anonymous2011-01-08 5:31
1) create something that is not entirely new or or useful
2) have your daddy pay for advertising and some stuff like hosting
3) ???
4) sell company
Listen, I've been thinking, and I don't think this whole ``crazy Zionist conspiracy nut" gig is a good fit for /prog/. It's not quite in our idiom, so to speak.
I think maybe you should just go away, see if you can't find a better reception for your act elsewhere.
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:
>>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
$