Search code examples
Why does the implementation of std::to_string create a buffer 4 times the size of the type?...

c++c++11stdstring

Read More
string and int concatenation in C++...

c++stringintconcatenationstdstring

Read More
C++ compile error constructing object with rvalue std::string...

c++constructorstdstdstringmost-vexing-parse

Read More
what is the meaning of this std::string constructor...

c++stringc++11stdstring

Read More
Difference between str.clear() and str = ""...

c++stringstdstringstd

Read More
C++: String formatting...

c++visual-c++stdstring

Read More
Base class should be explicitly initialized in the copy constructor...

c++templatesc++11allocationstdstring

Read More
Copying string with al_ustr_newf Allegro 5...

c++stringstdstringallegro5

Read More
Using std::string in QML...

c++qtqmlstdstringqstring

Read More
Extract character from QString and compare...

c++characterstdstringqstring

Read More
How does std::string keep track of NUL char...

c++11language-lawyerstdstring

Read More
Class and object error, undefined reference, string has no member named...

c++undefined-referencestdstring

Read More
std::map design : use a std::string for the map key and the stored object name (member)...

c++keystdstringstdmap

Read More
Initialize std::string from a possibly NULL char pointer...

c++nullstdstring

Read More
default const char* template argument in a template template function...

c++templatesc++11stlstdstring

Read More
string allocation in C++: why does this work?...

c++stringstdstring

Read More
Why does this compile: string = int...

c++c++11gccstdstring

Read More
Is it possible to write one function for std::string and std::wstring?...

c++stringtemplatesstlstdstring

Read More
Read and remove first (or last) line from txt file without copying...

c++fstreamgetlinestdstringboost-interprocess

Read More
Why is my std::string obtained via stream being overwritten?...

c++ifstreamstdstringc-stringsostringstream

Read More
string to flyweights of string conversion: Better performance option...

c++booststdstringflyweight-pattern

Read More
Returning char* goes wrong, print it good, return it badly (c++)...

c++charreturnstdstring

Read More
String type with max length...

c++stringc++11stdstring

Read More
std::out_of_range while setting a QLineEdit...

c++qt-creatorstdstdstringoutofrangeexception

Read More
std::string - get data from start to end...

c++stdstring

Read More
Std::pair/ostringstream ctor syntax...

c++stdstringostreamstd-pairostringstream

Read More
Inserting string in another string at specific index c++/Qt...

c++qtstdstringqstring

Read More
Test whether libstdc++'s version uses a C++11-compliant std::string...

c++c++11stdstringlibstdc++

Read More
Preallocating std::string to pass into a WinAPI...

c++windowswinapistdstdstring

Read More
C++ LPSTR and string trouble with zero-terminated strings...

c++stringwinapistdstringgetopenfilename

Read More
BackNext