Search code examples
Explicit copy constructor...

c++copy-constructorassignment-operatorstdstringexplicit

Read More
How can you change the value of a string pointer that is passed to a function in C++?...

c++pointersstdstring

Read More
Reading from file without using string...

c++file-ioifstreamstdstringfile-read

Read More
How to efficiently get a `string_view` for a substring of `std::string`...

c++viewc++17stdstring

Read More
Getting YAML::TypedBadConversion when trying to read string value with yaml-cpp...

c++yamlstdstringyaml-cpp

Read More
Can we create std::istringstream object from a reversed std::string...

c++c++14c++20stdstringistringstream

Read More
How do you convert CString and std::string std::wstring to each other?...

c++mfcc-stringsstdstring

Read More
Macro for static std::string object from literal...

c++macrosc-preprocessorstdstringstring-literals

Read More
How to convert char* to std::string...

c++castingstdstring

Read More
Create std::string from std::span of unsigned char...

c++c++20stdstringstd-span

Read More
custom exception class, using a base class, with multiple arguments...

c++exceptionconcatenationstdstringconst-char

Read More
What are the downsides to accessing a std::map<std::string, int> using string literals?...

c++stdmapstdstringstring-literals

Read More
Negating expression in if statement inside macro gives odd results...

c++stdstdstring

Read More
How to work with Rcpp strings variables which could be NULL?...

c++rrcppstdstringr-package

Read More
How do I convert wchar_t* to std::string?...

c++stringstdstringwchar-t

Read More
Error: invalid operands of types ‘const char [35]’ and ‘const char [2]’ to binary ‘operator+’...

c++stringc-preprocessorstdstring

Read More
why doesn't assignment of int to std::map<string,string> produce a compiler error...

c++initializationvariable-assignmentstdstring

Read More
Print elements of C++ string vector nicely in GDB...

c++debuggingvectorgdbstdstring

Read More
string_view Vs const char* performance...

c++c-stringsstdstringmicro-optimizationstring-view

Read More
Is changing the std::string value through it's address is valid?...

c++stringpointersstdstring

Read More
Create std::string from int8_t array...

c++castingcharintegerstdstring

Read More
ColladaDOM loader debug assertion errors, on strings?...

c++directxheap-memorystdstringcollada

Read More
move ctor of std::string does not work properly?...

c++exceptionmove-semanticsstdstring

Read More
C++20 with u8, char8_t and std::string...

c++stdstringc++20

Read More
warning: object backing the pointer will be destroyed at the end of the full-expression for std::pai...

c++c++17stdstringtemporarystring-view

Read More
C++: Is it possible to detach the char* pointer from an std::string object?...

c++stringstdstring

Read More
Are two heap allocations more expensive than a call to std::string fill ctor?...

c++optimizationconstructorheap-memorystdstring

Read More
How to hard code or declare the content of a file in std::string...

csvc++11c++14stdstring

Read More
C++: use std::string returned by a function: Using pointer to local variable that is out of scope...

c++memorymemory-managementscopestdstring

Read More
How to append more items to an existing vector contained in the value field of a std::map?...

c++11stdvectorstdmapstdstring

Read More
BackNext