Thread: "RIAA theory"
View Single Post
  #2  
Old 02-02-2006, 01:39 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

It seems to me like a creative tale. On the one hand, that would explain their desperate initiative against piracy. But theres always that multi(tril?)billion dollar industry that causes that initiative also.

I think its just money. Thats all.

My 2 cents.
__________________
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