Thread: Server ideas.
View Single Post
  #24  
Old 01-08-2005, 01:04 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Where did i say this?
Right here, sir:
Quote:
Quote:
You are barely making the mix between a 3D Modeler software and a 3D World/Object editor, when sorry, its two different software.
i am barely making the mix? I understand the difference between the two if thats what you mean. The first can do everything the second can do, and the second is for noobs.
__________________
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