View Single Post
  #29  
Old 02-27-2006, 06:37 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Shox
Well, like you said, Sony freely distributes EQ, so why can't you?
AOL freely distributes the AOL client. If you ran an AOL server, theoretically, you'd get in serious trouble for distributing the AOL client for the purpose of being compatible with your AOL server.

If you said your AOL server works with such and such AOL CD's.. that's different.
__________________
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.