Search code examples
Picky std::string char array constructor...

c++stdstring

Read More
What does String do that I'm not doing? c++11...

c++11stdstring

Read More
Calling std::~basic_string() in gdb...

c++11gdbtype-conversiondestructorstdstring

Read More
gtkmm undefined reference to certain gtk::builder function add_from_file...

c++11compilationstdstringgtkmmgcc5

Read More
Is it safe to compare an unsigned int with a std::string::size_type...

c++unsignedstdstring

Read More
std::string.length() not counting \r\n...

c++windowstext-filesstdstring

Read More
Get unichar * from a C++ std::string& to create a nonnull NSString in Objective-C++...

c++objective-cnsstringobjective-c++stdstring

Read More
Optimizing flex string literal parsing...

c++parsingflex-lexerstdstringstring-literals

Read More
C++ std::string to number template...

c++c++11templatesstdstdstring

Read More
Best Practice for Fixed Size String Class...

c++sizefixedstdstringstring-length

Read More
Convert vector of uint8 to string...

c++stringstdvectorstdstringuint8t

Read More
Why don't the std::fstream classes take a std::string?...

c++stlfile-iostdstring

Read More
My function manipulating std::string's produces unexpected results...

c++stringwinapistdstring

Read More
Error LNK2019: unresolved external symbol "toString(int)"...

visual-studio-2010unresolved-externalstdlnk2019stdstring

Read More
Lifetime of returned strings and their .c_str()...

c++stringstdstdstring

Read More
Compare unicode std::string with usual "" literal or u8"" declartion...

c++11unicodeutf-8stdstringstring-literals

Read More
String stream output compare...

c++stringstreamstdstring

Read More
std::string += operator cannot pass 0 as argument...

c++stdstring

Read More
C++ - std::wstring to std::string - quick and dirty conversion for use as key in std::map...

c++stdstring

Read More
Init and use C++ std::string as array of char...

c++arraysstdstringsetvalue

Read More
std::vector<std::string> insert empty string instead...

c++11stlstdvectorstdstring

Read More
Convert std::string to utf-16 (like u"some string"); Debugger tells "no suitable conv...

c++unicodeutf-16stdstringchar16-t

Read More
std::string::c_str() overwrittes the previous one returned by a function...

c++optimizationmemory-managementstackstdstring

Read More
Way to get unsigned char into a std::string without reinterpret_cast?...

c++stdstringreinterpret-cast

Read More
Whis is faster for getting a part of the string, std::string::erase or std::string::substr...

c++stdstring

Read More
Concatenating strings doesn't work as expected...

c++operator-keywordstring-concatenationstdstringstandard-library

Read More
Using zlib for std::string and stringstream...

c++zlibstringstreamstdstringdeflate

Read More
Possible to modify named std::string on construction?...

c++stdstring

Read More
C++ string: How to replace unescaped backslash?...

c++stringescapingstdstringbackslash

Read More
C++ Weird string/char* exception behaviour...

c++arraysstringexceptionstdstring

Read More
BackNext