Page 1 of 1

Windows 95 Source Code Released

Posted: 2002-12-28 05:46pm
by Exonerate

Posted: 2002-12-28 05:50pm
by Tsyroc
:lol:

Is right. :D

Posted: 2002-12-28 07:17pm
by Asst. Asst. Lt. Cmdr. Smi
I wouldn't be suprised if that was the actual code. :lol:

Posted: 2002-12-28 10:54pm
by Sea Skimmer
Strikingly accurate

Posted: 2002-12-28 11:01pm
by weemadando
More like:

}
power="on"

crash=1
}

Posted: 2002-12-29 12:53am
by Exonerate
weemadando wrote:More like:

}
power="on"

crash=1
}
Where the hell did you learn how to program?!?
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

Posted: 2002-12-29 12:56am
by SWPIGWANG
#include "Bad_command_or_file_name.h"

void main()
{
int error;
for(error = 1, error > 0, error++)
{
BSOD();
}
}

Posted: 2002-12-29 12:57am
by Brother-Captain Gaius
Exonerate wrote:
weemadando wrote:More like:

}
power="on"

crash=1
}
Where the hell did you learn how to program?!?
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
Yep. :lol:
More like:

int main()
{

bool power = 1;

cout << "Windows 95" << endl;
cout << "Loading . . ." << endl;

crash();

return 0;
}

:lol:

Posted: 2002-12-29 02:37am
by weemadando
Exonerate wrote:
weemadando wrote:More like:

}
power="on"

crash=1
}
Where the hell did you learn how to program?!?
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
It was a joke... the truly atrociously shit code... MS style. Geez man.

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.