Search code examples
How does constexpr std::string in C++20 work?...


c++c++20constexprstdstring

Read More
How do I access STL classes like std::string in gdb postmortem?...


gdbstdstringcoredump

Read More
Run time error: "/home/keith/builds/mingw/gcc........" in VS Code while working with strin...


c++visual-studio-codegccruntime-errorstdstring

Read More
Why does std::string store content at the same address inside a loop?...


c++charstdstdstring

Read More
How to accept an unknown number of lines in c++, each line has two strings...


c++inputcinstdstring

Read More
How do I construct a std::string from a DWORD?...


c++numericstdstring

Read More
std::string formatting like sprintf / printf and also allow for no arguments...


c++formattingstdstringstdparameter-pack

Read More
What is the point of STL Character Traits?...


c++stringstlstdstringchar-traits

Read More
Does creating a std::string in a function and returning it create a memory leak?...


c++memory-leaksstdstring

Read More
How to convert char* into std::u8string?...


c++utf-8c++20c-stringsstdstring

Read More
Is std::string::push_back faster than std::string::append?...


c++stringstdstringpush-back

Read More
is there a way to set the length of a std::string without modifying the buffer content?...


c++11charstdstring

Read More
What are some algorithms for comparing how similar two strings are?...


algorithmlanguage-agnosticstring-comparisonstdstringheuristics

Read More
How to efficiently remove double quotes from std::string if they exist...


c++stdstring

Read More
How to define a custom mock allocator?...


c++stdstringallocator

Read More
Concept for constraining parameter pack to string-like types or types convertible to string...


c++c++20stdstringc++-conceptsparameter-pack

Read More
Disabling a constructor using std::enable_if...


c++constructorstdstringenable-if

Read More
How do I use 3 and 4-byte Unicode characters with standard C++ strings?...


c++stringstlstdstringunicode-string

Read More
Why does std::basic_string have two separate template parameters _Elem (char type) and _Traits (char...


c++stdstringchar-traits

Read More
c++ std::string use overwrites values...


c++stdstring

Read More
Removing section between parenthesis on every line if present...


c++findstdstringerase

Read More
How do i read a std::string from memory using RPM...


c++winapimemorystdstring

Read More
parse string to vector of int...


c++stdvectorstdstring

Read More
Why does this vector throw a bad allocation exception?...


c++stdvectorstdstring

Read More
Does std::string class handle clean up if the assignment operator fails due to length_error or bad_a...


c++stdstringresource-cleanupexception-safety

Read More
The procedure entry point could not be located...


c++dllg++mingwstdstring

Read More
std::cin>> is digit or string...


c++cinstdstringtypechecking

Read More
implement reverse_iterator for my string class (also rbegin() and rend() methods)...


c++iteratorstdstringreverse-iterator

Read More
Is there any generic conversion from std::string to numeric type?...


c++stringtype-conversionstdstring

Read More
VS2022: std::string.c_str() Dangling pointer warning...


c++stdstring

Read More
BackNext