List Question
20 TechQA 2024-03-13T11:35:49.217000Making a custom type behave like std::string
110 views
Asked by digito_evo
Is data returned by std::string::c_str() still valid after the string is moved?
93 views
Asked by Slava
How do I make my terminal quit on an empty cin input in c++?
36 views
Asked by Fu11Stacks
How to convert a string to map to its respective enum type integer?
75 views
Asked by tadm123
C++ std::string initialization using new operator function
56 views
Asked by Santosh Sahu
C++ Iterators doing weird things
91 views
Asked by ethqnol
How to iterate over std::string const& in a function?
109 views
Asked by Tim
Is std::basic_string a ReversibleContainer?
155 views
Asked by Atmo
Unexpected Outputs in a simple FizzBuzz program in C++
70 views
Asked by Francis Cugler
I do not understand this substring behavior . Rather trivial but it boggles my mind
77 views
Asked by Carrot13
Why is dereference of past-the-end iterator of std::basic_string still UB after C++11?
129 views
Asked by 998244353
Why std::locale doesn't work with std::u32string?
62 views
Asked by Argus Kos
How to store either std::string or std::string_view in a std::variant?
260 views
Asked by kteperin
why is std::copy faster than std::string constructor?
193 views
Asked by Jason.Pu
split a string by a vector of strings
84 views
Asked by markt1964
Why doesn't stoi allow std::basic_string as an input?
201 views
Asked by Dmitry Kuzminov
Weird behavior with std::string reference class member
273 views
Asked by morpheus
std::basic_string::iterator as a function argument
26 views
Asked by Regus Pregus
How to store the Chinese strings correctly?
135 views
Asked by keen
const std::string::size() is much larger than it should be in optimization level 2
67 views
Asked by Jie Feng