Thread: Quest System
View Single Post
  #8  
Old 10-13-2004, 03:31 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Deimos
Guys, I know how to write PERL. Dang, you all are thinking I am having problem with $race, I am not. Listen to me carefully everyone, That Was An *Example Of An Identifier* that is used by many.
I dont understand why you would want it to be written. In the other example you used, you can use $status. Please give more examples of what 'identifiers' you would need that arent already in perl quest? I would assume that these can be added and an overhaul of the system wouldn't really be necessary.
__________________
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