"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

c++ problem..

vEspertine 10.09.2001 - 17:57 424 0
Posts

vEspertine

offline..
Registered: Sep 2000
Location: graz
Posts: 4753
wie kann i den "<<" operator überladen?

in der klassen-deklaration cbruch unter public schauts so aus:

friend ostream& operator<< (ostream &out, TBruch &a);

in der cpp dann der code:

ostream &operator<< (ostream &out, TBruch &a)
{
out << a.Zaehler << "/" << a.Nenner << endl;
return out;
}

wieso haut des net hin??

1. fehlermeldung: er will an ";" vor "<<".. why?

stream.h is eingebunden..
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz