Search code examples
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
LeetCode findAnagrams: addition of unsigned offset error...

c++stdstring

Read More
How to extract one row of a 2D string vector to vector of double?...

c++algorithmc++11stdvectorstdstring

Read More
Check if input string has leading or trailing whitespaces in C++?...

c++c++11iteratorstdstring

Read More
Converting a Json::Value to std::string?...

c++stdstringjsoncpp

Read More
Convert std::vector<string> to just a std::string in C++20 using std::views...

c++c++20stdstringrange-v3

Read More
When should I delete the std::string returned from std::smatch inside a regex iterator, if at all?...

c++g++stdstdstring

Read More
Statically stored set of strings...

c++c++20stdstring

Read More
Why is std::max not working for string literals?...

c++algorithmmaxstdstringstd

Read More
Copy the contents of std::ofstream into an std::string...

c++filestlstdstringofstream

Read More
Why there is no view<T> similar to std::string_view...

c++c++17stdstring

Read More
char* vs std::string in c++...

c++stlstdstringarrays

Read More
Is std::string::begin() iterator invalid after += operator?...

c++c++17stdstring

Read More
how adding string and numbers in cpp works using + operator?...

c++stdstring

Read More
Problems in using String** pointer for access elemnts of String array...

c++pointersarduinoesp32stdstring

Read More
What does std::vector<std::string> vec{3}; actually do?...

c++initializationstdvectorstdstringlist-initialization

Read More
How do I allocate a std::string on the stack using glibc's string implementation?...

c++memoryheap-memorystdstringstack-memory

Read More
Cross-platform file names and wxString::ToStdString()...

c++unicodewxwidgetsstdstring

Read More
C++20: boost::algorithm::to_lower( std::u8string )...

c++boostutf-8c++20stdstring

Read More
Path string from std::vector`...

c++algorithmiteratorstdvectorstdstring

Read More
Create a std::string from char[] with strndup like semantics...

c++constructorstdstring

Read More
variable has incomplete type std::string; string.h has many errors...

c++visual-studiostdstring

Read More
String class with concatenation с++...

c++concatenationstdstring

Read More
Why can compiler only implicitly convert char * to std::string in some cases...

c++implicit-conversionstdstringchar-pointerobject-construction

Read More
BackNext