Thread: the new an improved...

  1. #1
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743

    the new an improved...

    The new and improved XP source code, with a whole ONE lines added! This line is incredibly funny though, so read it:

    Code:
    #include <WinXP.h>
    //#include <dos.h>
    #include "DeathToDOS.h"
    #include "billrulz.h"
    
    int main (void)
    {
        BootUp(System->Windows9x->SpeedofBootup() + 2);
        DestroySupportFor(DOS());
        if(UserIs(Playing(Doom()))) SlowTo("3 fps");
        if(UserIs(Playing(Liero()))) DoNotRun();
        
         //Here comes the new line.
        //comment out this next line if NOT Bill Gates
        optimize(system.WinXP.GodMode(), 1);
        
        Run(System->WindowsNT->WithNewLookingSkin());
        
         return 666;
    }
    My Website

    "Circular logic is good because it is."

  2. #2
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    DOH! I accidentally did this on Gen. C++ instead of Gen. Disc....

    oh well...

    maybe a mod can move it...
    My Website

    "Circular logic is good because it is."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New and improved pointer question
    By porsche911nfs in forum C++ Programming
    Replies: 10
    Last Post: 04-25-2009, 03:55 PM
  2. can this small code be improved !!
    By samirself in forum C++ Programming
    Replies: 12
    Last Post: 05-03-2005, 11:32 AM
  3. My new and improved breakout clone!
    By Leeman_s in forum Game Programming
    Replies: 9
    Last Post: 01-14-2003, 06:43 PM