Search code examples
Fastest Way to Copy Buffer or C-String into a std::string...


linuxgccc++11stdstring

Read More
convert user-defined type to std::string in C++...


c++stringstreamstdstringuser-defined-types

Read More
Assigning a std::basic_string to a string...


c++stringcastingstdstring

Read More
String replacement in C++ on string of arbitrary length...


c++macosstdstringostringstream

Read More
Conversion of CString to std::string without 'GetString()'...


c++type-conversioncstringstdstring

Read More
When does std::string reallocate memory?...


c++stdstring

Read More
How does the const char* and string comparison work in C++?...


c++operator-overloadingstdstring

Read More
Weird casting from string element...


c++stdstring

Read More
why std::string is zero initialized to indeterminate value...


c++staticinitializationstdstring

Read More
gcc inconsistent about string type...


c++gccternary-operatorstdstringoperator-precedence

Read More
C++ strange behavior with string's c_str() function...


c++stdstring

Read More
Why no standard-defined literal suffix for std::string?...


c++c++11stdstringuser-defined-literalsc++14

Read More
How can I convert a string to a quoted version of itself at runtime?...


c++stdstring

Read More
Application crashes while appending data on string...


c++stringmacosstdstring

Read More
Is it possible to use an std::string for read()?...


c++socketsstdstring

Read More
C++ adjust std::string to have 16 bytes size maximum...


c++stdstring

Read More
C++ - Unable to convert from std::basic string<char> to bool...


c++vectorcastingiostdstring

Read More
In C++11 what is the most performant way to return a reference/pointer to a position in a std::strin...


c++c++11stdstring

Read More
How I can check a Time Input with DateTime?...


c#stringdatetimetimestdstring

Read More
std::cout not properly printing std::string created by reinterpret_cast of unsigned char array...


c++coutstdstringreinterpret-cast

Read More
EXC_BAD_ACCESS error for std::string member of a structure...


c++c++11mallocstdstring

Read More
Wrong values in raw data to hex string convertion?...


c++hexstdstringdata-conversion

Read More
Why call basic_string::substr with no arguments?...


c++stdstring

Read More
std::string::empty() const () segfault without throwing...


c++c++11stdstring

Read More
Can a std::string be passed by value across DLL boundries?...


c++visual-studiodllstdstring

Read More
Implementing basic_string<unsigned char> for ISO 8859-1...


c++iso-8859-1stdstring

Read More
Effects of modifying std::string using op[] beyond its size?...


c++stdstring

Read More
C++ variable lifetime -- need workaround to return temporary...


c++cstringstdstringobject-lifetimeboost-format

Read More
how to put std::string into boost::lockfree::queue (or alternative)?...


c++boostqueuestdstringlock-free

Read More
std string concatenation performance...


c++performancestring-concatenationstdstring

Read More
BackNext