|
The good old
C:\Fee's\C++\junk.cpp(7) : error C2065: 'string' : undeclared identifier
C:\Fee's\C++\junk.cpp(7) : error C2146: syntax error : missing ';' before identifier 'name'
C:\Fee's\C++\junk.cpp(7) : error C2065: 'name' : undeclared identifier
using the code by joe_bruin, and declaring
string name;
Still :rock:
|