string::c_str - C++ Reference - cplusplus.com - The C++ Resources Network
The pointer returned points to the internal array currently used by the string object to store the characters that conform its value. Both string::data and string::c_str are synonyms ......