Write your question here.
Hey everyone, i need to write an operator overloading for ++ in two ways, a++ and ++a. But i am not sure i wrote the declarion of the two function right. Can you tell me please if it's ok?
yes, thanks, I didn't even noticed that mistake! But what i wanted to know is, how the compiler can know which function to go to, if the declarions are the same?