Thread: PoD Help
View Single Post
  #7  
Old 07-27-2004, 08:51 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by animepimp
You should be able to put in \" in order to be able to keep the quotations. I'm pretty sure that works in perl.
Mmm I think I've tried that and it didnt work.. Regardless just remove them entirely its not that important :lol:

Now back to fixing my server...
__________________
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