Search code examples
Should I use unique_ptr for a string?...

c++c++11unique-ptrstdstring

Read More
Why is NOT std::string defined in program equal to std::string loaded from file when printing out us...

c++printfifstreamstdstring

Read More
Why std::string seem to do something that std::is_convertible says isn't possible?...

c++type-conversionstdstring

Read More
Using std::search to search substrings in a std::string...

c++algorithmsearchsubstringstdstring

Read More
Delete elements in a std::vector<std::string> which matches with the characters in another giv...

c++algorithmstdvectorstdstringstd

Read More
Using the less than comparison operator for strings...

c++operator-overloadingstring-comparisonstdstring

Read More
What is the meaning of comparing strings with >=...

c++stringoperator-overloadingstring-comparisonstdstring

Read More
Replacing a substring with a space character...

c++stringif-statementstdstring

Read More
How do I convert vectors of various types to std::string?...

c++templatesstdvectorstdstringfunction-templates

Read More
Passing a char array to a function that expects a const std::string reference...

c++arraysstdstring

Read More
How this std::string pointer turns into array?...

c++arraysfunctionpointersstdstring

Read More
What happens when a string literal is passed to a function accepting a const std::string & in C+...

c++stdstring

Read More
Assigning const std::string to std::string in c++...

c++stringstdstring

Read More
Defining a scale factor to graph three quantities, the sum of which is constant...

c++stdoutstdstring

Read More
error: no match for ‘operator[]’ (operand types are ‘std::map<std::__cxx11::basic_string<char&...

c++algorithmc++11stdmapstdstring

Read More
Difference between string += s1 and string = string + s1...

c++performancestdstringcompound-assignment

Read More
How to convert LPCTSTR to std::string in C++...

c++stdstring

Read More
Get a non-const iterator from a const string parameter...

c++c++11stdstringconst-iterator

Read More
String fundamentals...

c++memory-managementc-stringsstdstring

Read More
how to construct a unique pointer that points to a certain string...

pointersc++17unique-ptrstdstring

Read More
Why std::string append is not overloaded on rval ref?...

c++stdstringrvalue-referencestdoptional

Read More
How to capitalize a word in a C++ string?...

c++booststdstringcapitalize

Read More
Template specialization by Container::value_type...

c++c++11templatestemplate-specializationstdstring

Read More
why cout is not printing this string?...

c++c++17stdstring

Read More
Trouble with strings and arrays...

c++arraysalgorithmc++11stdstring

Read More
how to change sizeof(std::string)...

c++sizeofallocationstdstring

Read More
Size of string vs size of char array in c++...

c++arraysstdstring

Read More
Capitalizing letters...

c++algorithmloopsiteratorstdstring

Read More
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
BackNext