Thursday, July 14, 2011

C++ compile error with function call help --- this discards qualifier?

it means that the () in the declaration tells the compiler that the method takes no parameters and any parameters you send it are going to be discarded. Put a parameter in there.

No comments:

Post a Comment