Thread: my ui > jesus
View Single Post
  #8  
Old 09-07-2004, 09:49 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Actually I find the old UI more efficient because you can transparize(word?) windows to have that effect that EQ is taking the entire screen and yet have a large chat window and the like.
__________________
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