This is driving me nuts. Ok, here is the deal, I'm just playing around with some code... and something that should be absolutely easy, is not working.

Here is my prototype:
ostream& operator<<(ostream&, Fraction&);

.NET is saying that there are too many args... I don't get it.
Any help would be cool.

Peace all