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
Explicit copy constructor
Nov 11, 2022
c++
copy-constructor
assignment-operator
stdstring
explicit
C++: how to get fprintf results as a std::string w/o sprintf
Sep 13, 2022
c++
unix
format
printf
stdstring
Can I safely use std::string for binary data in C++11?
Sep 12, 2022
c++
c++11
stdstring
Can std::string be used without #include <string>? [duplicate]
Sep 12, 2022
c++
stdstring
std::string difference in output when use c+=expression and c=c+expression
Sep 12, 2022
c++
string
c++11
stdstring
How do I allocate a std::string on the stack using glibc's string implementation?
Sep 12, 2022
c++
memory
heap-memory
stdstring
stack-memory
Convert vector of uint8 to string
Jan 07, 2021
c++
string
stdvector
stdstring
uint8t
map<string, string> how to insert data in this map?
Sep 22, 2022
c++
stl
stdstring
stdmap
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
« Newer Entries
Older Entries »