New posts in stdstring

Why does the compiler prefer f(const void*) to f(const std::string &)?

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

custom exception class, using a base class, with multiple arguments

Is it bad to depend on index 0 of an empty std::string?

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

Convert a number to a string with specified length in C++

Does std::atomic<std::string> work appropriately?

How to check if a string contains a char?

Explicit copy constructor

How to construct a std::string from a std::vector<string>?

Legal to overwrite std::string's null terminator?

std::string::c_str() and temporaries

Padding stl strings in C++

Can a std::string contain embedded nulls?

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

What are some algorithms for comparing how similar two strings are?

Are there downsides to using std::string as a buffer?

Error: invalid operands of types ‘const char [35]’ and ‘const char [2]’ to binary ‘operator+’

c++ integer->std::string conversion. Simple function?

How do you convert CString and std::string std::wstring to each other?