Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Stdstring
Delete elements in a std::vector<std::string> which matches with the characters in another given std::string
Apr 17, 2021
std::string difference in output when use c+=expression and c=c+expression
Apr 17, 2021
Trying to use templatised fuctions to swap two strings
Apr 17, 2021
Why does `std::string::find()` not return the end iterator on failures?
Apr 17, 2021
Passing a string by value, reference and rvalue
Apr 17, 2021
Difference between string += s1 and string = string + s1
Apr 17, 2021
Why did C++11 make std::string::data() add a null terminating character?
Apr 17, 2021
C++20 with u8, char8_t and std::string
Apr 17, 2021
Why isn't it a compile-time error to return a nullptr as a std::string?
Apr 17, 2021
Are there downsides to using std::string as a buffer?
Apr 17, 2021
Older Entries »