AFAIK both <cstring> and <string> are not classes but header files:
<cstring> - This header file defines several functions to manipulate C strings and arrays.
<string> - This header introduces...