
February 28th, 2003, 03:27 AM
|
|
Contributing User
|
|
Join Date: Feb 2001
Posts: 1,327
Time spent in forums: 4 h 44 m 50 sec
Reputation Power: 9
|
|
|
adding member functions with VC++6
I am trying to add member functions using the Add Member Function menu item that appears when you click on the down arrow to the right of the Wizard bar. I tried to add three operator function declarations to my class definition in the .h file by filling out the Add Member Function dialog box . The first operator function was added to the class definition(.h file) and a skeleton outline was added to the .cpp file. But, when I tried to add another operator function, no declaration was added to the class definition, only a skeleton outline was added to the .cpp file. Why is that? I want it to add the declaration and the skeleton outline like with the first operator function I added.
Last edited by 7stud : February 28th, 2003 at 03:29 AM.
|