I'm having trouble with VC++, getting it to recognize the string data type. I have tried including the string.h header like this :
#include "string.h"
and like this :
#include <string>
and each time I hit Build, an error comes up saying :
syntax error : identifier 'string'
any ideas on how to solve it??




Reply With Quote