View Single Post
  #16  
Old 01-04-2005, 10:09 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by KhaN
Quote:
word docs are openly free for anyone to read
Wrong, before openoffice cames out, if you didnt have Word or Wordpad, you were kinda fucked, why you think doc is an "open format" ? Only because doc format exist since ages ...

OpenEQ is not illegal, its what you do with it that is illegal, but to be sure you will understand those words, lets make a little compare, like, DVD burner are not illegal, its what you do with your DVD burner that is illegal.
I'll give you another example.

"Guns don't kill people; people kill people."
__________________
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