Difference in c_str function specification between C++03 and C++11 – stackoverflow.com

In the C++ reference of c_str() in std::string the following text appears: Return value Pointer to the underlying character storage. data()[i] == operator[](i) for every i in [0, size()) (until ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Difference in c_str function specification between C++03 and C++11 – stackoverflow.com"