unresolved external symbol "public: __thiscall PigLatin::PigLatin(void)thank u, it solve the problem.
unresolved external symbol "public: __thiscall PigLatin::PigLatin(void)[code] class PigLatin { public: PigLatin(void); string convertPigLatin(string); }; string...
Error: no idea what the errori am so careless. tks.
Error: no idea what the error[code] class alarm { private: int RTime; bool alarmOn; public: alarm(bool, int); alarm...
Private vs protected.[code] class AA { private: int qq; string bb; protected: double pp; } public: // blah blah...
This user does not accept Private Messages