Search code examples
Python-like string multiplication in C++...

c++c++11stdstring

Read More
C++ c_str of std::string returns empty...

c++stringstdstring

Read More
How do you initialize a union member after the union itself was initialized?...

c++constructorinitializationunionsstdstring

Read More
Why is an external pointer to a string literal lost when leaving scope? (C++)...

c++stlstdstringstring-literals

Read More
Are end+1 iterators for std::string allowed?...

c++stringiteratorlanguage-lawyerstdstring

Read More
Misuse of GL info log null terminating character in std::string?...

c++c++11openglshaderstdstring

Read More
std::string::assign vs std::string::operator=...

c++11stdstring

Read More
Assigning length of a string to an integer: C++...

c++sizestdstringunsigned-long-long-int

Read More
Refer to a std::string as a char*...

c++stringstdstring

Read More
Why delete char array cause crash after assign a value by operator=?...

c++delete-operatorstdstringstrcpy

Read More
Store each character from a std::string into a std::string...

c++stringstdstdstring

Read More
Recognize string formatting Debug Assertion...

c++visual-studiostring-formattingstdstring

Read More
Is it safe to use std::string::c_str() to modify the underlying std::string?...

c++stdstringconst-castc-str

Read More
C++ std:: string starts_with/ends_with case insensitive versions?...

c++c++20stdstringstl-algorithmstd-ranges

Read More
C++17 what is the fastest way to convert list ( or other container ) to string cross platform...

c++c++17stdstringstdlist

Read More
Padding stl strings in C++...

c++stringpaddingstdstring

Read More
std::string difference in output when use c+=expression and c=c+expression...

c++stringc++11stdstring

Read More
How to output/Input multibyte symbols?...

c++unicodeutf-16stdstring

Read More
Convert timestamp string to format "%d-%m-%Y"...

c++c++11timestdstring

Read More
No instance of overloaded function toupper matches the argument list...

c++c++11stdstring

Read More
This comparison between a vector of numbers converted to a string and a string from a text file is n...

c++vectorstdstringostringstream

Read More
C++ ignore \x inside string, how to make it plain text?...

c++visual-c++escapingstdstring

Read More
Why is std:string not returning 0 on comparing sub strings of same text?...

c++stdstring

Read More
How can I add a 64 bit floating point number to an unsigned char array at specific indexes (C++)...

c++arraysccharstdstring

Read More
What exactly is assigned by the `=` assigment to the new std::string?...

c++stdstring

Read More
Proper way to call boost io_service.post...

c++multithreadingboostboost-asiostdstring

Read More
string is not printing in c++ outside the a for loop...

c++stringc++11outputstdstring

Read More
Why can't the compiler use the std::string conversion function of the class when perform operato...

c++iostreamcoutstdstring

Read More
std::string as out parameter or return value...

c++stdstring

Read More
Strange behaviour while adding string to another string in C++...

c++stringstdstring

Read More
BackNext