Hi I just did a c++ camp and used visual studio 2010 c++. I downloaded this when I got back from the camp. The camp gave us flash drives so we could copy our projects and bring them home. When i got home I opened my project and it gave me multiple errors that I did not have at the camp.
#include <iostream> #include <string> using namespace std;
the errors under "#include" for "iostream" and "string" said "can not open source file"
then under "std" it said "must be a valid namespace name"
When I was doing my project at the camp these errors were not here could this have to do with the transferring of my project?