Top "C-str" questions

Anything related to `c_str` method of class `std::basic_string` of C++ standard library.

string c_str() vs. data()

I have read several places that the difference between c_str() and data() (in STL and other implementations) is that …

c++ stl c-str
C++ Change working Directory from User Input

I'm designing a mock shell program, and I can't quite mimic the "cd" command. I've tried chdir(), but that wasn't …

c++ directory environment-variables c-str
what is use of C_str() function in C/C++

Can anybody tell me what is the use of c_str() function in C/C++?. In which case it is …

c++ stdstring c-str