Include problems with headersWhere should I use #include <string>? In the header? Or the source file(s)?
Include problems with headersSo, I'm working on defining a class, it's functions, and using them in a program. I want to define t...