A
Adrian
Becuase that way you can writeGunnar said:Why would that be better? I thought the result would be the same? That is,
operator+(a,b) is the same as a+b.
1. a+5
2. 5+a
3. a+b
If operator+ is a friend a Bigint will automatically be constructed for
1 and 2 if needed. As a member function option 2 isn't possible
Adrian