- Sep 16, 2001
- 4,580
- 1
- 0
So I'm reading a C++ book by O'Reilly (Practical C++ Programming 2nd edition) and I have a question. They have this code in a class fixed_pt on page 329
They both return (*this) and I don't know why one returns a fixed_pt object and the other returns a reference to a fixed_pt object.
They both return (*this) and I don't know why one returns a fixed_pt object and the other returns a reference to a fixed_pt object.
