Quote:
Originally Posted by mattmeck
By the way... Can I be a GM??? Im l33t and know ALL the commands!!!~
|
OMGZ0RZ but I kN0w PErL! waht does if($txet =~ /i/april/) mean hmm!? ya thats what i thoght!! hir meh ill be t3h gr34t3s7 Gm ev3r!!!!
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|