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
Populating a list of strings into a vector in pre C++11
Sep 21, 2025
c++
stdvector
stdstring
c++03
Using std::string in QML
Sep 15, 2025
c++
qt
qml
stdstring
qstring
Will std::string end up being our compile-time string after all?
Sep 08, 2025
c++
constexpr
stdstring
idioms
c++20
sprintf to std::string directly?
Sep 08, 2025
c++
performance
printf
stdstring
Is there a std::string equivalent for CString::Mid()?
Sep 08, 2025
c++
c-strings
stdstring
How to convert char* into std::u8string?
Sep 04, 2025
c++
utf-8
c++20
c-strings
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
How does constexpr std::string in C++20 work? [duplicate]
Sep 01, 2025
c++
c++20
constexpr
stdstring
Older Entries »