Thread: String Library
View Single Post
Old 03-14-2003, 03:05 PM   #6 (permalink)
MacTool
Registered User
 
MacTool's Avatar
 
Join Date: Mar 2003
Location: Home.
Posts: 5
MacTool is on a distinguished road
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:
MacTool is offline   Reply With Quote