|
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!)
|