Need help in debugging my c++ codes please... what wrong with the codes?
In your Mutator methods you have declared a float return type but the function result appears to be true/false. You need to change the return type to something appropriate like bool.
No comments:
Post a Comment