Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in stdstring
Difference between str.clear() and str = ""
Mar 13, 2023
c++
string
stdstring
c++-standard-library
Understanding behavior of overloading operator new in shared library
Mar 10, 2023
c++
new-operator
clang++
stdstring
libc++
why an integer can be assigned to a string variable? [duplicate]
Mar 08, 2023
c++
visual-studio
type-conversion
stdstring
Does string::capacity/reserve() count terminating null?
Mar 06, 2023
c++
stdstring
c++-standard-library
Is it safe to use the throw() suffix on a function containing std::string?
Feb 23, 2023
c++
exception
std
stdstring
How to manage string slices with less overhead?
Feb 22, 2023
c++
substring
cstring
slice
stdstring
Why can compiler only implicitly convert char * to std::string in some cases
Feb 07, 2023
c++
implicit-conversion
stdstring
char-pointer
object-construction
implement reverse_iterator for my string class (also rbegin() and rend() methods)
Jan 16, 2023
c++
iterator
stdstring
reverse-iterator
Should I use unique_ptr for a string?
Jan 04, 2023
c++
c++11
unique-ptr
stdstring
Function for calculating the vowels in a string
Jan 02, 2023
c++
algorithm
c++11
lambda
stdstring
constexpr with string operations workaround?
Dec 30, 2022
c++
c++11
stdstring
constexpr
Assigning length of a string to an integer: C++
Dec 25, 2022
c++
size
stdstring
unsigned-long-long-int
Split the string on dot and retrieve each values from it in C++
Dec 22, 2022
c++
split
stdstring
std::string '+' : cannot add two pointers
Dec 21, 2022
c++
visual-c++
stdstring
Is there an alternative to using str.substr( ) to extract a substring at a given position?
Dec 21, 2022
c++
string
compare
substr
stdstring
Using C functions to manipulate std::string
Dec 20, 2022
c++
c++17
stdstring
Can I do a zero-copy std::string allocation in C++ from a const char * array?
Dec 11, 2022
c++
performance
stdstring
zero-copy
Why std::string append is not overloaded on rval ref?
Dec 10, 2022
c++
stdstring
rvalue-reference
stdoptional
How do I convert a "pointer to const TCHAR" to a "std::string"?
Dec 04, 2022
c++
stdstring
tchar
C++ How to calculate the number time a string occurs in a data
Dec 03, 2022
c++
stdstring
Older Entries »