OMG

Started by
27 comments, last by haro 19 years, 10 months ago
kewl
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
Advertisement
WTF?
Oooh does long code work now?

#include <iostream>class A {public:     int a, b, c;     int function() {          return a + b + c; }     A(int d, int e, int f) {          a = d;          b = e;          c = f; }};int main(){     A a(0, 0, 0);     std::cout << "RAAAAAAH NEW FORUMS INPUT 3 NUMBERS OR DIE" << std::endl;     std::cin >> a.a >> a.b >> a.c;     std::cout << a.function() << " HEAR ME ROAR" << std::endl;     return 0;}


No, it doesn't :(
Quote:Original post by iamwithstupid

OMFG, this owns all other forums


I concur.
Ra
Quote:Original post by cowsarenotevil

TEH FORAS!!!



Yeah. And yesterday was probably the first day ever that you didn't say that the new forums are tomorrow, right? ;)


- CD
Actually, I wasn't at home. The first thing I tried to do when I got back was look at the active topics page, and I got the twelve hours message. I couldn't sleep, so I followed it all night. ;)

By the way, this thread should die now. We can't delete are own threads anymore, though :(/:)
-~-The Cow of Darkness-~-
ahh... so much better when you hide the avatars...
Quote:Original post by PmanC

ahh... so much better when you hide the avatars...


I've got mine hidden, too.
-~-The Cow of Darkness-~-
Quote:Original post by PmanC

ahh... so much better when you hide the avatars...


And signatures..

This topic is closed to new replies.

Advertisement