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
sprintf with %s and std::string gives gibberish
Jun 02, 2026
c++
string
printf
variadic-functions
stdstring
Passing the results of `std::string::c_str()` to `mkdtemp()` using `const_cast<char*>()`
May 29, 2026
c++
stdstring
mutable
c-strings
const-cast
string to flyweights of string conversion: Better performance option
May 27, 2026
c++
boost
stdstring
flyweight-pattern
Negating expression in if statement inside macro gives odd results
May 25, 2026
c++
std
stdstring
if(str1==str2) versus if(str1.length()==str2.length() && str1==str2)
May 22, 2026
c++
performance
stl
stdstring
How to efficiently copy a std::string into a vector
May 14, 2026
c++
stdvector
stdstring
Why aren't C++ compilers optimizing more string constructions away in pass-by-value scenarios?
May 02, 2026
c++
compiler-optimization
stdstring
copy-elision
stdmove
std::string constructor throws std::out_of_range exception
Apr 30, 2026
c++
exception
stdstring
Why do the const accessors of std::string return a reference?
Apr 29, 2026
c++
c++11
stl
language-design
stdstring
conversion from 'std::string' to non-scalar type requested
Apr 20, 2026
c++
constructor
copy-constructor
stdstring
How can I convert a string to a quoted version of itself at runtime?
Apr 13, 2026
c++
stdstring
std::string initialization with a bool
Apr 12, 2026
c++
c++11
g++
stdstring
clang++
Why does string_stream.str() = a_string; compile? [duplicate]
Apr 08, 2026
c++
operator-overloading
stdstring
ref-qualifier
Init std::string with single copy
Mar 26, 2026
c++
c++11
stdstring
Strange behaviour on string::size() in C++ when multiplied by a negative integer
Mar 24, 2026
c++
stdstring
Will std::string delete contents it aquired through assign method in the destructor
Mar 23, 2026
c++
c++11
move
stdstring
Put first boost::regex match into a string [duplicate]
Mar 19, 2026
c++
stdstring
boost-regex
Why is my MD5 value printing with extra "f" characters?
Mar 10, 2026
c++
md5
stdstring
std::string vs string literal for functions
Mar 08, 2026
c++
string
stdstring
string-literals
Older Entries »