Ok so i've read about doing this. I have this so far in my header file.
my question is how do implement these, like the head syntax line for the > operator is itCode:friend BigInt operator +(const BigInt&, const BigInt&); friend bool operator <(const BigInt&, const BigInt&); friend bool operator <=(const BigInt&, const BigInt&); friend bool operator >(const BigInt&, const BigInt&); friend bool operator >=(const BigInt&, const BigInt&); friend std::ostream& operator <<(std::ostream&, const BigInt&);
Code:bool operator::BigInt <(const BigInt& a, const BigInt& b)



LinkBack URL
About LinkBacks


