++ operator overloading - please explainOK so in this specific case there is no real use for the temp object and the form of the overloading...
++ operator overloading - please explainPerhaps my terminology in incorrect... f++ = f=f+1 I think we can agree that the above is true. The...
++ operator overloading - please explainLets say I'm doing: [code] Flow f1("","",4); f1++; [/code] So now stemLen = 5. The above is like w...
++ operator overloading - please explainSo stemLen++ does actually promote the local variable of *this (which is the object that called the ...
++ operator overloading - please explainI'm overloading the ++ operator with the following code in a sample class I wrote. The code seems to...
This user does not accept Private Messages