Thread: $race related
View Single Post
  #4  
Old 09-21-2004, 06:59 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by smogo
and preferably use
Code:
"aaa" eq $race
for string compare (eq is better than ==)
Hmm. Ive never gotten eq to work BUT I have gotten == to work with race >.<
__________________
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