So this might be super basic, but that's what happens when you get a job you aren't wholly qualified for, right?
I've got an MFC project, everything is working great, but I'm trying to add the string and stringstream directive into the project.
No matter where I put #include <string>
and #include <sstream>
I get the "string: undeclared identifier" error.
Thanks in advance? :D
Try std::string instead of string, since string is in the std namespace