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
Is std::string size() a O(1) operation?
Sep 17, 2022
c++
visual-c++
stl
stdstring
How to cleanse (overwrite with random bytes) std::string internal buffer?
Sep 05, 2022
c++
c++11
stdstring
Difference between string += s1 and string = string + s1
Sep 11, 2022
c++
performance
stdstring
compound-assignment
Initialize std::string from a possibly NULL char pointer
Aug 17, 2022
c++
null
stdstring
Why does std::string("\x00") report length of 0?
Sep 04, 2022
c++
c++11
stdstring
string-length
Why did C++11 make std::string::data() add a null terminating character?
Sep 17, 2022
c++
string
c++11
stdstring
c++03
Why does `std::string::find()` not return the end iterator on failures?
Sep 27, 2021
c++
stdstring
c++-standard-library
Why does the implementation of std::to_string create a buffer 4 times the size of the type?
Dec 16, 2021
c++
c++11
stdstring
std::string with no free store memory allocation
Sep 02, 2022
c++
c++11
memory-management
stdstring
Is std::string guaranteed not to give back memory spontaneously?
Sep 19, 2022
c++
language-lawyer
heap-memory
stdstring
Is std::string ref-counted in GCC 4.x / C++11?
Sep 01, 2022
c++
gcc
c++11
stdstring
How do I convert wchar_t* to std::string?
Sep 01, 2022
c++
string
stdstring
wchar-t
Why don't the std::fstream classes take a std::string?
Sep 07, 2022
c++
stl
file-io
stdstring
std::string += operator cannot pass 0 as argument
Feb 15, 2018
c++
stdstring
Legal to overwrite std::string's null terminator?
Aug 31, 2022
c++
c++11
language-lawyer
stdstring
Does "&s[0]" point to contiguous characters in a std::string?
Aug 30, 2022
c++
memcpy
stdstring
c++03
getting cout output to a std::string
Aug 30, 2022
c++
cout
stdstring
Value and size of an uninitialized std::string variable in c++
Aug 30, 2022
c++
stdstring
Append int to std::string
Aug 23, 2022
c++
stdstring
C++20 with u8, char8_t and std::string
Aug 30, 2022
c++
stdstring
c++20
« Newer Entries
Older Entries »