New posts in stdstring

Concatenating strings doesn't work as expected [closed]

char* vs std::string in c++ [closed]

What is the point of STL Character Traits?

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

How to efficiently get a `string_view` for a substring of `std::string`

How to convert std::string to NSString?

How to implode a vector of strings into a string (the elegant way)

What does string::npos mean in this code?

How to get the number of characters in a std::string?

How do you construct a std::string with an embedded null?

Alternative to itoa() for converting integer to string C++? [duplicate]

Using strings in switch statements - where do we stand with C++17?

How do you append an int to a string in C++? [duplicate]

Does "&s[0]" point to contiguous characters in a std::string?

Is it possible to use std::string in a constexpr?

convert a char* to std::string

Legality of COW std::string implementation in C++11

std::string formatting like sprintf

How to replace all occurrences of a character in string?

How to concatenate a std::string and an int