Newbetuts
.
New posts in stdstring
Concatenating strings doesn't work as expected [closed]
c++
operator-keyword
string-concatenation
stdstring
standard-library
char* vs std::string in c++ [closed]
c++
stl
stdstring
arrays
What is the point of STL Character Traits?
c++
string
stl
stdstring
char-traits
Is std::string ref-counted in GCC 4.x / C++11?
c++
gcc
c++11
stdstring
How to efficiently get a `string_view` for a substring of `std::string`
c++
view
c++17
stdstring
How to convert std::string to NSString?
objective-c
nsstring
objective-c++
stdstring
How to implode a vector of strings into a string (the elegant way)
c++
string
stl
stdstring
implode
What does string::npos mean in this code?
c++
stdstring
c++-standard-library
How to get the number of characters in a std::string?
c++
string
stdstring
string-length
How do you construct a std::string with an embedded null?
c++
null
stdstring
Alternative to itoa() for converting integer to string C++? [duplicate]
c++
integer
stdstring
itoa
Using strings in switch statements - where do we stand with C++17?
c++
switch-statement
stdstring
c++17
string-literals
How do you append an int to a string in C++? [duplicate]
c++
int
stdstring
Does "&s[0]" point to contiguous characters in a std::string?
c++
memcpy
stdstring
c++03
Is it possible to use std::string in a constexpr?
c++
c++11
constexpr
stdstring
convert a char* to std::string
c++
stdstring
Legality of COW std::string implementation in C++11
c++
string
c++11
stdstring
copy-on-write
std::string formatting like sprintf
c++
string
formatting
stdstring
c++-standard-library
How to replace all occurrences of a character in string?
c++
algorithm
str-replace
stdstring
How to concatenate a std::string and an int
c++
integer
concatenation
stdstring
Prev
Next