View Single Post
  #23  
Old 11-29-2004, 11:16 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Memener
I know its been 9 days sence the last reply to this. I didnt see this last reply.

Quote:
Memener, I was being sarcastic. Hence, the 'Rolling Eyes'.
What do you mean buy this?
Wow...

By saying, "Because we all know dlls and exes are the only things that ever break eqemu," I was mocking them.

The literal version of that sentence would be, "Dlls and exes are not the only things that break eqemu".
__________________
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