View Single Post
  #75  
Old 09-18-2004, 07:51 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Deimos
I am going to need it =P, lol
The only person that seems to have actual working knowledge of OpenZone is kahn, and he is busy with EQA (he only uses OA to convert it to s3d too, he doesnt use it to build zones).

If you want just openzone builders, the zones wont be that good.
__________________
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.