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
 

garyw

O-F Administrator
Administrator
Moderator
Addon Developer
Tutorial Publisher
Joined
May 14, 2008
Messages
10,485
Reaction score
209
Points
138
Location
Kent
Website
blog.gdwnet.com
Lots of undefined calls in there....
 

TSPenguin

The Seeker
Joined
Jan 27, 2008
Messages
4,075
Reaction score
4
Points
63
Wow... This is old. So old, that I can chuckle when seeing it again :)
 
E

ex-orbinaut

Guest
It is bugged. I tried to compile it to get a free copy of Vista. Does not work...
 

Dig Gil

LearninProgram,Slackin DigTech
Joined
Aug 2, 2008
Messages
463
Reaction score
0
Points
0
Location
Between Azores and New Zealand
Website
dig-orbiter.blogspot.com
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.]
 

Linguofreak

Well-known member
Joined
May 10, 2008
Messages
5,030
Reaction score
1,270
Points
188
Location
Dallas, TX
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.
 
Top