I have included string.h, but when I try to use it, as in the following, I get errors
#include<string.h> std::string something;
here std will be marked and it says ** error C2039: 'string': is not a member of 'std' **
But in other parts of my program it works, only in some places I get this error
source share