User profile: genuaapis

User info
User name:genuaapis
Old user name:Professor Induction
History
Joined:
Number of posts:13
Latest posts:

If equals problem.
When does the variable receive that value? If you use [code]buf = "GIMME";[/code] right before the c...

If equals problem.
When you say "contains," do you mean that its value actually "GIMME"? Or is "GIMME" among other char...

Undefined Symbols Error While Creating Class
For g++ (assuming the command line), just list both .cpp files as arguments: [quote]g++ Account.cpp...

Undefined Symbols Error While Creating Class
[quote]And where are you including <string>? I'd recommend in your account.h file, before the class ...

Undefined Symbols Error While Creating Class
Most apparent problem to me: Account.h does not [code]#include <string>[/code] despite using [code]...