Thread: Wow!
View Single Post
  #1  
Old 01-15-2006, 02:11 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Wow!

So I logged in today and I didn't really look so if this is a repost I apologize, but Kudos to whoever colored the forums. It looks very nice. Same with the wiki, (to whoever did that as well if it was not the same person). So yeah, it looks great, thank you whoever you are!

(Also (offtopic): To mattmeck, RangerDown and Rogean, I'm sorry for not being on as much lately. Broken notebook and some other things have distracted me for a tad. I should be monitoring the forums once again now. *evil grin to everyone else*)
__________________
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