[newbie] Need C++ help!

2005-02-03 Thread Mike Adolf
I am relatively new at C++/QT and I can't get the following to compile. Note the declaration of the operator overload in class Employee. If instead I put the implementation here, it compiles. But if the impmentation is placed outside of the class declaration as is done below, I get the

Re: [newbie] Need C++ help!

2005-02-03 Thread Teddy Widhi
Hi, for the QT/C++ question... please refer to www.qtforum.org. Thank You. Teddy On Thu, 3 Feb 2005 22:22:25 -0500, Mike Adolf [EMAIL PROTECTED] wrote: I am relatively new at C++/QT and I can't get the following to compile. Note the declaration of the operator overload in class Employee.