Humor Vista Source Code Leaked!

eveningsky339

Resident Orbiter Slave
Addon Developer
Donator
Joined
May 3, 2008
Messages
1,062
Reaction score
1
Points
0
Location
Western Maine
Four hours ago, somebody leaked the source code to Windows Vista, and now it is all over the web. I share it here because, truly, the programming architecture is genius-- the source code is only a few lines of C++! Anyone involved in programming can learn from this remarkable feat.

funnycode.gif
 
Lots of undefined calls in there....
 
Wow... This is old. So old, that I can chuckle when seeing it again :)
 
It is bugged. I tried to compile it to get a free copy of Vista. Does not work...
 
This (and a longer version) as been posted by Ar81 in DanSteph's forum too. Unfortunely is buried in other threads.

---------- Post added at 10:28 PM ---------- Previous post was at 10:15 PM ----------

Portuguese Uncyclopedia (Desciclopédia) has a lot about this:

[Arnold S.]Hasta la VISTA baby[/Arnold S.]
 
Four hours ago, somebody leaked the source code to Windows Vista, and now it is all over the web. I share it here because, truly, the programming architecture is genius-- the source code is only a few lines of C++! Anyone involved in programming can learn from this remarkable feat.

Wow. I think I can optimize that code quite a bit:

Code:
class WindowsVista extends WindowsXP implements Nothing
{}

void main {

printf("Welcome to Windows Vista");

}

The rest of the code is unnecessary because it is never run. (!CRASHED) and (still_not_crashed) always evaluate to false.
 
Back
Top