CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
stdstring
09-10
front end
How to efficiently pass a string to a function if I will certainly copy it? C 20
09-02
Mobile
Copy a part of an std::string in a char* pointer
08-28
OS
Is there any generic conversion from std::string to numeric type?
08-06
Software engineering
how to pack a std::string as a std::tuple<Ts...>
07-11
Net
Am I misunderstanding find_first_not_of?
07-08
Software design
C 11 Move heap array into std::string
06-17
Mobile
Default constructed std::string c_str() value
06-08
Blockchain
How to find substring in std::string using regular expression
06-03
Software design
Calling constructor with string argument passing char * report error
05-08
OS
Replace every occurrence with double in string
04-29
OS
Make dynamically allocated object type string
04-27
front end
Save integers from string to vector
03-31
Back-end
How can you change the value of a string pointer that is passed to a function in C ?
03-30
Back-end
Does std::string needs explicit resizing or does it handles resizing itself?
03-27
OS
C std::string attribute of a class comes up as an empty string after initialized
03-11
Software engineering
Is there a use-case for std::string's operator= to not be lvalue ref-qualified?
03-10
database
Can we create std::istringstream object from a reversed std::string
03-07
Software design
Difference between string literal and string in cout statement?
12-28
Mobile
why doesn't assignment of int to std::map<string,string> produce a compiler error
12-05
OS
Print elements of C string vector nicely in GDB
11-30
Mobile
string_view Vs const char* performance
11-27
Mobile
Is changing the std::string value through it's address is valid?
11-24
Software engineering
Create std::string from int8_t array
11-20
Enterprise
move ctor of std::string does not work properly?
11-16
Enterprise
How can I return string as char* from a function in cpp?
11-14
front end
How to write a custom exception class derived from std::invalid_argument?
11-06
Back-end
How to hard code or declare the content of a file in std::string
11-05
Blockchain
C : use std::string returned by a function: Using pointer to local variable that is out of scope
11-04
OS
How to append more items to an existing vector contained in the value field of a std::map?
10-31
Net
How does cin read strings into an object of string class?
10-24
Net
String Rev function, strange behavior for out of bounds exception (c )
10-09
Mobile
C - Error while usign arrays as parameter
10-09
Back-end
C 20 constexpr vector and string not working
10-04
Net
LeetCode findAnagrams: addition of unsigned offset error
09-25
Software engineering
How to extract one row of a 2D string vector to vector of double?
09-22
Back-end
Convert std::vector<string> to just a std::string in C 20 using std::views
Links:
CodePudding