Search code examples
What is the best way to pass a (temporary?) std::string to a function that uses it to construct an o...

c++c++17move-semanticsstdstring

Read More
a pointer bound to a function may only be used to call a function...

c++pointersstdstring

Read More
Why is integer output 0 when collecting string from input...

c++stdstdincinstdstring

Read More
Does "&s[0]" point to contiguous characters in a std::string?...

c++memcpystdstringc++03

Read More
extracting a file name from file path in c++...

c++indexingstdstring

Read More
Why does emplace_back("Hello") call strlen?...

c++stdvectorstdstring

Read More
std::string to rapidJson object conversion...

jsonstringparsingstdstringrapidjson

Read More
How does std::string's c_str() function return null-terminating string?...

c++stringstdstringnull-terminatedc-str

Read More
To replace one char by a higher amount of chars within a string, without deleting other letters in C...

c++algorithmstr-replacestdstring

Read More
C++ Determining empty cells from reading in data...

c++c++11parsingstdstringistringstream

Read More
Strange outputs of std::to_string in C++11...

c++c++11tostringstdstringstdarray

Read More
Output Befor giving the input of string for finding palindrome...

c++getlinepalindromestdstring

Read More
Using basic_string to declare a new type of string...

c++templatestypedefstdstring

Read More
shared memory of std::string give segmentation fault (linux)...

c++linuxshared-memorystdstring

Read More
Value and size of an uninitialized std::string variable in c++...

c++stdstring

Read More
Put first boost::regex match into a string...

c++stdstringboost-regex

Read More
How does reversing a std::string in C++ works with this constructor?...

c++stdstring

Read More
C++ : Does char pointer to std::string conversion copy the content?...

c++stringconstructorstdstring

Read More
std::string::find returns wrong answer...

c++findhexstdstring

Read More
Using tolower() and isalpha() to on a given string and set their output into another string...

c++visual-studiostdstringtolowerisalpha

Read More
C++ variable arguments with std::string only...

c++11stdstringvariadic-functionsprintf

Read More
forward declaration of std::string and std::wstring...

c++templatesinheritanceforward-declarationstdstring

Read More
Exception message empty...

c++exceptionstdstring

Read More
Does a std::string always require heap memory?...

c++memorystdstring

Read More
Runtime exception in std::string delete operator when converting System::String to std::string...

c++c++-cliclrmarshallingstdstring

Read More
Converting a for loop to use std::transform instead...

c++for-looplambdastdstring

Read More
basic_string implementation of libstdc++ in GCC and custom pointers...

c++pointerslanguage-lawyerstdstringallocator

Read More
Generating a SHA256 hash with Crypto++, using a string as input and output?...

c++hashstdstringsha256crypto++

Read More
Boost read_until docs...

c++boostc-stringsstdstring

Read More
Memory leak in a std::string...

c++valgrindstdstring

Read More
BackNext