User: LGOOZ1

  • Public profile

User profile: LGOOZ1

User info
User name:LGOOZ1
History
Joined:
Number of posts:10
Latest posts:

++ operator overloading - please explain
OK so in this specific case there is no real use for the temp object and the form of the overloading...

++ operator overloading - please explain
Perhaps my terminology in incorrect... f++ = f=f+1 I think we can agree that the above is true. The...

++ operator overloading - please explain
Lets say I'm doing: [code] Flow f1("","",4); f1++; [/code] So now stemLen = 5. The above is like w...

++ operator overloading - please explain
So stemLen++ does actually promote the local variable of *this (which is the object that called the ...

++ operator overloading - please explain
I'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