User: littleimps

  • Public profile

User profile: littleimps

User info
User name:littleimps
History
Joined:
Number of posts:30
Latest posts:

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 error
i 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