Search code examples
Why does std::string("\x00") report length of 0?...

c++c++11stdstringstring-length

Read More
How to sort strings on two conditions without an array/algorithms in c++?...

c++stringsortingc++11stdstring

Read More
Find length of string...

c++stringstdstringstring-length

Read More
std::cout doen't like std::endl and string in conditional-if...

c++conditional-statementscoutstdstring

Read More
C++ reading char from stack to string results in "Unrecognized enum"...

c++charstdstring

Read More
How to convert std::string to LPVOID...

stdstring

Read More
Segmentation fault on the second call of the function?...

c++stringc++11segmentation-faultstdstring

Read More
Difference in methods for converting std string to char*...

c++stdvectorc++17stdstringvisual-c++-2017

Read More
Having hard time understanding std::basic_string memory allocation...

c++stlstdstring

Read More
Proper string/char casting in C++ macro...

c++macroscharstdstring

Read More
How do I clone std::string contents to a new char[] array...

c++stdstring

Read More
Replace a character/sequence of characters in a C++ std::string with another sequence of characters...

c++stringc++11replacestdstring

Read More
Tokenize a string, and put each delimiter in it's own token...

c++stringtokenizestdstringlexer

Read More
Append int to std::string...

c++stdstring

Read More
Stack-allocated std::string reports as memory leak by valgrind...

valgrindexitstdstringstd

Read More
How to use std::string in a QLineEdit?...

c++qtstdstringqstring

Read More
How to create std::string from output stream?...

c++stdstring

Read More
Comparing last characters, case insensitive (with a predicate?)...

c++stringstdstdstringwstring

Read More
How to most efficiently construct a std::string from char * with size...

c++stdstdstring

Read More
Import mesh as std::string using assimp...

c++stdstringassimp

Read More
Why does passing a std::string to CString.Format() only crash sometimes?...

c++c++11c-stringsstdstring

Read More
Ambigous integer assignment to string c++...

c++g++implicit-conversionclang++stdstring

Read More
conversion between std::string and QVariant (and vice versa) Qt5...

c++c++11qt5stdstringqvariant

Read More
How to make Visual Studio 2010 warn about unused variables?...

c++visual-studio-2010compiler-warningsstdstring

Read More
Initialize static string (either C-type or std::string) with respect to Google C++ Style Guide...

c++staticstdstring

Read More
Split the string on dot and retrieve each values from it in C++...

c++splitstdstring

Read More
Passing ptr to returned std::string...

c++stdstring

Read More
Options to concatenate strings in std::string...

c++stdstring

Read More
Storing unicode UTF-8 string in std::string...

c++windowsunicodeutf-8stdstring

Read More
string as key in map, custom the compare function...

c++c++11comparatorstdstringstdmap

Read More
BackNext