If you don't know what it means they you are probably going to be fine.
What they mean is that you can not use std::string from the #include <string> header file. But it is okay to use everything from the #include <cstring> header file. So all the functions like strcat(), strcmp() etc. that take char* arguments are absolutely fine.