View Single Post
  #2  
Old 04-04-2005, 10:36 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
Reply With Quote