Windows 95 Source Code Released
Moderator: Edi
Windows 95 Source Code Released
BoTM, MM, HAB, JL
-
- What Kind of Username is That?
- Posts: 9254
- Joined: 2002-07-10 08:53pm
- Location: Back in PA
- Sea Skimmer
- Yankee Capitalist Air Pirate
- Posts: 37390
- Joined: 2002-07-03 11:49pm
- Location: Passchendaele City, HAB
-
- SMAKIBBFB
- Posts: 19195
- Joined: 2002-07-28 12:30pm
- Contact:
- Brother-Captain Gaius
- Emperor's Hand
- Posts: 6859
- Joined: 2002-10-22 12:00am
- Location: \m/
Yep.Exonerate wrote:Where the hell did you learn how to program?!?weemadando wrote:More like:
}
power="on"
crash=1
}
Its supposed to be something like:
{
int power = "1";
int crash = "1";
}
I probably made a mistake somewhere since I'm so used to PHP instead of C++
More like:
int main()
{
bool power = 1;
cout << "Windows 95" << endl;
cout << "Loading . . ." << endl;
crash();
return 0;
}
Agitated asshole | (Ex)40K Nut | Metalhead
The vision never dies; life's a never-ending wheel
1337 posts as of 16:34 GMT-7 June 2nd, 2003
"'He or she' is an agenderphobic microaggression, Sharon. You are a bigot." ― Randy Marsh
The vision never dies; life's a never-ending wheel
1337 posts as of 16:34 GMT-7 June 2nd, 2003
"'He or she' is an agenderphobic microaggression, Sharon. You are a bigot." ― Randy Marsh
-
- SMAKIBBFB
- Posts: 19195
- Joined: 2002-07-28 12:30pm
- Contact:
It was a joke... the truly atrociously shit code... MS style. Geez man.Exonerate wrote:Where the hell did you learn how to program?!?weemadando wrote:More like:
}
power="on"
crash=1
}
Its supposed to be something like:
{
int power = "1";
int crash = "1";
}
I probably made a mistake somewhere since I'm so used to PHP instead of C++ :P
Where the hell did I learn that? I didn't. I taught myself basic when I was in 5th grade, then learnt java at uni. Also taught myself a bit of C++ through high-school.
I'm not great at coding (hell I can't even code HTML reliably) but I can read code well.