Search code examples
Getting random symbols after trying to replace chars in C++...


c++loopscharnested-loopsstdstring

Read More
Unicode characters, C++ and libcurl...


stringunicodeencodingstringstreamstdstring

Read More
How can I format a collection as a string efficiently in C++?...


c++string-formattingstdvectorstdstringfmt

Read More
Setting an std::string variable value from gdb?...


c++stringdebugginggdbstdstring

Read More
Is data returned by std::string::c_str() still valid after the string is moved?...


c++move-semanticsstdstring

Read More
c_str() returns nothing, but string not empty...


c++stdstringnull-terminated

Read More
How do I make my terminal quit on an empty cin input in c++?...


c++terminalstdstringis-empty

Read More
Legal to overwrite std::string's null terminator?...


c++c++11language-lawyerstdstring

Read More
How to convert a string to map to its respective enum type integer?...


c++arraysenumsstdstringstdarray

Read More
How to replace all occurrences of a character in string?...


c++algorithmstr-replacestdstring

Read More
Disable std:string's SSO...


c++stringstdstring

Read More
How to stringify the value of a variable?...


c++stringstdmapstdstringstd-pair

Read More
Why does std::string have a length() member function in addition to size()?...


c++stringstdstdstringstring-length

Read More
I want to convert std::string into a const wchar_t *...


c++stlwchar-tstdstring

Read More
How do I get the number of different or common elements between two vectors of strings?...


c++stdstdvectorstdstring

Read More
Is std::basic_string a ReversibleContainer?...


c++language-lawyerstdstring

Read More
Convert a number to a string with specified length in C++...


c++integerstdstring

Read More
C++: how to get fprintf results as a std::string w/o sprintf...


c++unixformatprintfstdstring

Read More
How to iterate over std::string const& in a function?...


c++stdstdstring

Read More
Why do I get a compiler error when including <string.h> and using std::basic_string?...


c++stdstring

Read More
How to convert a std::string to const char* or char*...


c++stringcharstdstring

Read More
Why can you assign nullptr to std::string?...


c++stringc++11stdstringnull-pointer

Read More
why is std::copy faster than std::string constructor?...


c++performancestdstdstring

Read More
convert string to argv in c++...


c++stdstringargv

Read More
Is it possible to use std::string in a constant expression?...


c++c++11constexprstdstring

Read More
I do not understand this substring behavior . Rather trivial but it boggles my mind...


c++stdstring

Read More
convert a char* to std::string...


c++stdstring

Read More
0xc2 character in std::string...


c++charstdstring

Read More
How to get part of a std::string into a streambuf without copying?...


c++boostboost-asiostdstringstreambuf

Read More
Should I use std::string or const char* for string constants?...


c++constantsstatic-membersstdstring

Read More
BackNext