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
Way to get unsigned char into a std::string without reinterpret_cast?
May 23, 2022
c++
stdstring
reinterpret-cast
Macro for static std::string object from literal
Sep 18, 2022
c++
macros
c-preprocessor
stdstring
string-literals
Reading directly from an std::istream into an std::string
Nov 08, 2022
c++
stdstring
iostream
std::string::iterator to offset and back
Apr 03, 2022
c++
iterator
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
« Newer Entries
Older Entries »