Newbetuts
.
New posts in stdstring
Why does the compiler prefer f(const void*) to f(const std::string &)?
c++
stdstring
string-literals
overloading
overload-resolution
How do you convert a C++ string to an int? [duplicate]
c++
parsing
int
stdstring
custom exception class, using a base class, with multiple arguments
c++
exception
concatenation
stdstring
const-char
Is it bad to depend on index 0 of an empty std::string?
c++
stdstring
C++: how to get fprintf results as a std::string w/o sprintf
c++
unix
format
printf
stdstring
Convert a number to a string with specified length in C++
c++
integer
stdstring
Does std::atomic<std::string> work appropriately?
c++
atomic
stdstring
stdatomic
How to check if a string contains a char?
c++
stdstring
Explicit copy constructor
c++
copy-constructor
assignment-operator
stdstring
explicit
How to construct a std::string from a std::vector<string>?
c++
stl
string-concatenation
stringstream
stdstring
Legal to overwrite std::string's null terminator?
c++
c++11
language-lawyer
stdstring
std::string::c_str() and temporaries
c++
stl
stdstring
Padding stl strings in C++
c++
string
padding
stdstring
Can a std::string contain embedded nulls?
c++
stdstring
c-strings
null-terminated
I want to convert std::string into a const wchar_t *
c++
stl
wchar-t
stdstring
What are some algorithms for comparing how similar two strings are?
algorithm
language-agnostic
string-comparison
stdstring
heuristics
Are there downsides to using std::string as a buffer?
c++
c++11
stdstring
Error: invalid operands of types ‘const char [35]’ and ‘const char [2]’ to binary ‘operator+’
c++
string
c-preprocessor
stdstring
c++ integer->std::string conversion. Simple function?
c++
integer
stdstring
How do you convert CString and std::string std::wstring to each other?
c++
mfc
c-strings
stdstring
Prev
Next