Chit-Chat: The Blue Bloods (Go away, Reds!)

Status
Not open for further replies.
Yeah, I did notice the Red teams thread was more active.

Must change that. 8|
 
It was dead in here for like 3 days. I blame the complement challenge.
 
I think Flight and I were pretty much the only ones really playing this week...
 
This was obviously a ploy to get us to talk to new people that failed spectacularly. :|
 
or it was a marketing tactic to get more people to join considering there's no DCC for people that haven't. who knows. I've been very quiet in here. sorry. ):
 
Most of the regulars are in the other thread, this team is more random.
 
cosmic and universe.

this is the best team.
 
...I'm about to go grab some jam doughnuts.

I'm sorry, I can't resist writing my situation in C++. Anyone who can guess the output of this program gets a cookie (and a jam donut) :)
Code:
using namespace std;

struct user
{
string name;
bool hungry;
};

int main()
{
user Cosmic {"Cosmic", true};
if (Cosmic.hungry==true) {cout << "Cosmic is hungry, and will eat" << 
" some delicious jam doughnuts :D" << endl;}

else {cout << "Cosmic is not hungry." << endl;}
return 0;
}

But anyway jam donuts mmmmmmmm...
 
Status
Not open for further replies.
Back
Top