Search code examples
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
How does cin read strings into an object of string class?...


c++cinstdstringistream

Read More
String Rev function, strange behavior for out of bounds exception (c++)...


c++stringreplacereversestdstring

Read More
How to Pass a std::string variable into a function...


c++stdstring

Read More
How print out the OpenGl version of a GPU and put it in a string in Opengl and C++?...


c++openglstdstring

Read More
C++20 constexpr vector and string not working...


c++visual-c++c++20constexprstdstring

Read More
C++ - Error while usign arrays as parameter...


c++arraysstringstdstring

Read More
How to add several string together such as "123"+"456"?...


c++algorithmstring-concatenationstdstringstring-literals

Read More
BackNext