Vista source code leaked
Scott Rippee @ 1:34 pm April 6th, 2008OMG Some behemoth bugs! For instance, those variables at the top should be declared constant. Any ole dev could decide to increment the feature count, decrement the bugs, and set ready to release!







April 6th, 2008 at 2:47 pm
Not to mention “void main” has a return statement!
April 6th, 2008 at 8:22 pm
http://jaganath.blogspot.com/2006/05/windows-vista-source-code-leaked.html
July 1st, 2009 at 7:24 am
That is very funny, but the joksters need to get the braces aligned properly. With that old K&R style you can tell they’re Linux geeks.
if (stillNotCrashed)
{
DoSomething();
}
That’s the proper bracing style of the NT/Windows team. David Cutler would tear your head off if you used K&R.