pghsteelers
Technical User
I am trying to find out what the statement in a C++ book that is having me create a function member in a class but is asking me to do something else that I don't quite understand. It states:
"If you used the ClassWizard to add the operator function you will need to delete the implementation as it is added automatically."
I did create the class using the ClassWizard, but the part that is throwing me is the "delete the implementation". If the implementation isn't actually implementing the function member, what then is it meaning by implementation?
I don't know if I am leaving to much out for anyone to know, but they make it sound like the class wizard is creating "something else" besides the actual declaration of the function when using the ClassWizard.
Any thoughts?
"If you used the ClassWizard to add the operator function you will need to delete the implementation as it is added automatically."
I did create the class using the ClassWizard, but the part that is throwing me is the "delete the implementation". If the implementation isn't actually implementing the function member, what then is it meaning by implementation?
I don't know if I am leaving to much out for anyone to know, but they make it sound like the class wizard is creating "something else" besides the actual declaration of the function when using the ClassWizard.
Any thoughts?