I don't see anything wrong with it, so it's probably in your headerfile (ComplexNumbers.h) . Can you post the code from the header file?
Niek
Nick Evan
Not a Llama
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
You've missed a semicolon ( ; ) at the very end of the header file
..................
ComplexNumbers&, const ComplexNumbers&);
void PrintComplexNumbers();
} ; // <--- voila
Niek
Nick Evan
Not a Llama
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403