I.H. Beg VC++ Add Member Function
On Page 370 of Ivor Horton's Beginning Visual C++ about using the "Add Member Function" pop-up it worked as described for the first operator overload (+), but with the other two the function was added to the .cpp file but the definition was not added to the .h file.
I had to manually added the definition into the .h file.
With the cursor on the definition in the .h file I can click the magic wand buttion in the Wizard Bar and go to the definition, but if I click again to go back a pop-up tells me the definition cannot be found.
What am I doing wrong?
Thanks
|