string:data
From C++ Reference
data
Syntax:
#include <string> const char *data();
The function data() returns a pointer to the first character in the current string.
Related Topics: String operators, c_str
From C++ Reference
Syntax:
#include <string> const char *data();
The function data() returns a pointer to the first character in the current string.
Related Topics: String operators, c_str