Search code examples
ReleaseStringUTFChars not working for std::string...


c++java-native-interfacestdstring

Read More
MayI know why this code is not giving any output?...


c++algorithmc++14stdvectorstdstring

Read More
In what case std::basic_string::find with a count argument greater than the string length can be use...


c++stdstring

Read More
How do I std::getline into a template type?...


c++templatesc++17stdstring

Read More
Why StringCopyFromLiteral is faster than StringCopyFromString?...


c++stringconstructorcopy-constructorstdstring

Read More
How to print next letters until Z and continue to A?...


c++algorithmprintingstdstringalphabet

Read More
If statement incorrectly reads string, always returns on first condition...


c++stringfunctionif-statementstdstring

Read More
Strange behavior with QString...


qtstdstringqstringwchar

Read More
How to efficiently replace characters in an std::string with iterative values from another std::stri...


c++loopsstdstring

Read More
How to separate a string with "|" as the separator? How to store it in two variable...


c++variablesstdstringseparator

Read More
Unexpected behavior involving const_cast...


c++constantsstdstringconst-castcopy-on-write

Read More
c++ how to create std::string containing size uninitialized bytes?...


c++optimizationstdstdstring

Read More
Trying to use templatised fuctions to swap two strings...


c++templatespass-by-referencepass-by-valuestdstring

Read More
Initialization of std::string from std::vector<unsigned char> causes error...


c++vectorstdstring

Read More
how can I get this function template to work reguardless of whether I pass a string literal or a str...


c++templatesstdstring

Read More
Alternative to itoa() for converting integer to string C++?...


c++integerstdstringitoa

Read More
Why does string::begin exist?...


c++stliteratorstdstring

Read More
Why is std::string's member operator= not lvalue ref-qualified...


c++operator-overloadingstdstringref-qualifier

Read More
How can i access the char array inside of an std::string?...


c++arraysstdstring

Read More
C++: how to convert ASCII or ANSI to UTF8 and stores in std::string...


c++visual-studio-2010cstringstdstring

Read More
Can I do a zero-copy std::string allocation in C++ from a const char * array?...


c++performancestdstringzero-copy

Read More
Is there a std::string equivalent for CString::Mid()?...


c++c-stringsstdstring

Read More
Is std::string ref-counted in GCC 4.x / C++11?...


c++gccc++11stdstring

Read More
Why is this segfaulting?...


c++c++11segmentation-faultstdstring

Read More
When compiling with MINGW gcc, overloaded new operator is not called for std::string...


c++gccstdstringgcc9

Read More
fastest way to read the last line of a string?...


c++stringstdstring

Read More
C++ inheritance: string construction in constructor...


c++stringstdstring

Read More
Why do i need to add an asterisk?...


c++stlstdstring

Read More
Conversion of std::string indices to integer in a std::vector...


c++14stdvectorstdstring

Read More
Comparing std::string and C-style string literals...


c++comparisonc-stringsstdstringstd

Read More
BackNext