Thread: Hey, EQA
View Single Post
  #5  
Old 08-23-2004, 05:35 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Darkwaters
Just so you know I'm not a flamer, I'm just blunt. If you just took something from my website without asking and I didn't specifally state hey anyone want to use this its okay or I GPL'd it. I'd be a bit remissed and probably do the same thing Wiz did. I think you understand English and any other language well enough to understand if you take someone else's work and just reword it. It's still considered plagerism and Wiz isn't even calling you out on that he only asked a question that you still haven't answered. Not pointing a finger but get off the high horse and expecting him to flame. HOLY SHIT I would if you posted something like that. =)
Opinions are like assholes, everyone's got one and I'm just posting my opinion.
Darkwaters

EDIT ADD: Dang Wiz your fast as hell LMAO =)
They are only rules.. I mean if they stole the actual html I'd be a little ticked, lol, but..errr.. i don't know. I don't really blame him.

Oh and btw Darkwaters.. look at KahN's post count.. alot of practice now, but maybe then his english wasn't as good. I wouldn't know, though =)
__________________
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.