Dynaverse.net

Off Topic => Ten Forward => Topic started by: Toasty0 on March 03, 2004, 11:58:03 pm

Title: A snippet of the missing Windows code found
Post by: Toasty0 on March 03, 2004, 11:58:03 pm
 Code:
 protected override void Dispose( bool disposing )
      {
         if( BillGates==GodCode )
         {
            if (DisposedEnemies != null)
            {
               Enemies.Dispose();
            }
         }
         base.Dispose( disposing );
      }

   
Title: Re: A snippet of the missing Windows code found
Post by: Sirgod on March 04, 2004, 12:07:31 am
Wow, I didn't know Gates was Haitian.  

Stephen
Title: Re: A snippet of the missing Windows code found
Post by: Javora on March 04, 2004, 12:18:31 am
Sadly a part of me has to wonder if that little bit of C++ code or something similar doesn't actually exist somewhere in the Win OS.  :/
 
Title: Re: A snippet of the missing Windows code found
Post by: Sethan on March 04, 2004, 10:08:35 am
I'm still waiting for someone to post a list of the comments stripped out of the code.
Title: Re: A snippet of the missing Windows code found
Post by: Scott Allen Abfalter on March 04, 2004, 10:29:41 am


Iterator bases = new Iterator("All Your Base");
while (bases.hasNextElement) {
   bases.getNextElement().setAreBelongsTo("Us");
}
Title: A snippet of the missing Windows code found
Post by: Toasty0 on March 03, 2004, 11:58:03 pm
 Code:
 protected override void Dispose( bool disposing )
      {
         if( BillGates==GodCode )
         {
            if (DisposedEnemies != null)
            {
               Enemies.Dispose();
            }
         }
         base.Dispose( disposing );
      }

   
Title: Re: A snippet of the missing Windows code found
Post by: Sirgod on March 04, 2004, 12:07:31 am
Wow, I didn't know Gates was Haitian.  

Stephen
Title: Re: A snippet of the missing Windows code found
Post by: Javora on March 04, 2004, 12:18:31 am
Sadly a part of me has to wonder if that little bit of C++ code or something similar doesn't actually exist somewhere in the Win OS.  :/
 
Title: Re: A snippet of the missing Windows code found
Post by: Sethan on March 04, 2004, 10:08:35 am
I'm still waiting for someone to post a list of the comments stripped out of the code.
Title: Re: A snippet of the missing Windows code found
Post by: Scott Allen Abfalter on March 04, 2004, 10:29:41 am


Iterator bases = new Iterator("All Your Base");
while (bases.hasNextElement) {
   bases.getNextElement().setAreBelongsTo("Us");
}
Title: A snippet of the missing Windows code found
Post by: Toasty0 on March 03, 2004, 11:58:03 pm
 Code:
 protected override void Dispose( bool disposing )
      {
         if( BillGates==GodCode )
         {
            if (DisposedEnemies != null)
            {
               Enemies.Dispose();
            }
         }
         base.Dispose( disposing );
      }

   
Title: Re: A snippet of the missing Windows code found
Post by: Sirgod on March 04, 2004, 12:07:31 am
Wow, I didn't know Gates was Haitian.  

Stephen
Title: Re: A snippet of the missing Windows code found
Post by: Javora on March 04, 2004, 12:18:31 am
Sadly a part of me has to wonder if that little bit of C++ code or something similar doesn't actually exist somewhere in the Win OS.  :/
 
Title: Re: A snippet of the missing Windows code found
Post by: Sethan on March 04, 2004, 10:08:35 am
I'm still waiting for someone to post a list of the comments stripped out of the code.
Title: Re: A snippet of the missing Windows code found
Post by: Scott Allen Abfalter on March 04, 2004, 10:29:41 am


Iterator bases = new Iterator("All Your Base");
while (bases.hasNextElement) {
   bases.getNextElement().setAreBelongsTo("Us");
}