Search code examples
Compiler error message "error: could not convert from 'std::string* {aka std::basic_string&...


c++pointersparameter-passingwritefilec-str

Read More
How do I read from a heap of C strings with FFI?...


rustffic-str

Read More
What is the use of the c_str() function?...


c++cstringc-str

Read More
What is the lifetime of the result of std::string::c_str()?...


c++stringc-stringslifetimec-str

Read More
Why doesn't string class take in two words separated with space?...


stringc-str

Read More
Curious behaviour of c_str() and strings when passed to class...


c++stringc-str

Read More
c_str() is terminating my encrypted message is there a way to bypass this?...


c++socketsrsac-str

Read More
Is it safe to use std::string::c_str() to modify the underlying std::string?...


c++stdstringconst-castc-str

Read More
Is there a dangling pointer problem in this code?...


c++pointersc-str

Read More
Boost.Program_Options: Why does options_description_easy_init::operator() not have an overload for s...


c++boostc++17boost-program-optionsc-str

Read More
Strchr and strrchr returning same result...


cstringpointersstring.hc-str

Read More
Can you safely get a pointer to a string from its c_str() const char*?...


c++stringc-str

Read More
format float in C++ mfc...


c++atlc-str

Read More
C++: Why does this string input fail while the other does not...


c++stringdebuggingc-str

Read More
c_str() vs. data() when it comes to return type...


c++stringc++17c-str

Read More
Function call to c_str() vs const char* in hash function...


c++stringcastingsize-tc-str

Read More
How does std::string's c_str() function return null-terminating string?...


c++stringstdstringnull-terminatedc-str

Read More
Char pointer doesn't initialize as expected...


c++pointersinitializer-listc-str

Read More
Difference in c_str function specification between C++03 and C++11...


c++stringc++11c++03c-str

Read More
assignment of c_str() to a string...


c++cstringstrcmpc-str

Read More
std::string::c_str & Null termination...


c++stringc-str

Read More
C++ Change working Directory from User Input...


c++directoryenvironment-variablesc-str

Read More
How to cast a std::stringbuf into an array of char?...


c++stringc-str

Read More
What's the difference between std::string::c_str and std::string::data?...


c++stdstringc-str

Read More
C++ STL: will c_str() be changed when creating const copy of std::string?...


c++stllibstdc++libc++c-str

Read More
How to look up the ENUM type given a string?...


c++enumsc-str

Read More
Returning 'c_str' from a function...


c++cc-stringsc-strstatic-allocation

Read More
Using String's c_str() and assigning to char const*: assignment of read-only location...


c++c-stringsc-str

Read More
Error trying to convert string char into int...


c++atoic-str

Read More
C++ String & Char*...


c++stringc-str

Read More
BackNext