- Jul 2, 2001
- 7,028
- 0
- 0
#include <string>
void main()
{
string ohnoesBAND;
}
Visual C++ 6 tells me that "string" is an undeclared identifier. What's wrong here?
void main()
{
string ohnoesBAND;
}
Visual C++ 6 tells me that "string" is an undeclared identifier. What's wrong here?
