View Single Post
  #71   Spotlight this post!  
Unread 16-04-2006, 15:08
Matt Krass's Avatar
Matt Krass Matt Krass is offline
"Old" and Cranky. Get off my lawn!
AKA: Dark Ages
FRC #0263 (Sachem Aftershock)
Team Role: Mentor
 
Join Date: Oct 2002
Rookie Year: 2002
Location: Long Island, NY
Posts: 1,187
Matt Krass has a reputation beyond reputeMatt Krass has a reputation beyond reputeMatt Krass has a reputation beyond reputeMatt Krass has a reputation beyond reputeMatt Krass has a reputation beyond reputeMatt Krass has a reputation beyond reputeMatt Krass has a reputation beyond reputeMatt Krass has a reputation beyond reputeMatt Krass has a reputation beyond reputeMatt Krass has a reputation beyond reputeMatt Krass has a reputation beyond repute
Send a message via AIM to Matt Krass
Re: FIRSTcast Slogan Contest

Quote:
Originally Posted by Fruity Pebbles
Maybe he could program FIRSTcast to be drinkable o.O

and can we get Brandon to add FIRSTcast to the spell check.. it keeps telling me I'm spelling it wrong.
Code:
class FIRSTcast
{

   public:
   bool drinkable = false;

   FIRSTcast()
   {
		cout << "W00t!" << endl;
   }
}

int main(}
{
   FIRSTcast Show = new FIRSTcast();
   Show.drinkable = true;

   return 0;
}

I don't even know if that will compile, but it's worth a try?
__________________
Matt Krass
If I suggest something to try and fix a problem, and you don't understand what I mean, please PM me!

I'm a FIRST relic of sorts, I remember when we used PBASIC and we got CH Flightsticks in the KoP. In my day we didn't have motorized carts, we pushed our robots uphill, both ways! (Houston 2003!)
Reply With Quote