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 std
Why does std::span lack the comparison operators?
Nov 17, 2022
c++
std
c++20
std-span
How to do function overloading with std::shared_ptr<void> and another type of std::shared_ptr?
Sep 05, 2021
c++
c++11
std
shared-ptr
overloading
how to stop automatic conversion from int to float and vice-versa in std::map
Jul 04, 2019
c++
dictionary
std
stdmap
c++-standard-library
Why are C++ iterators required to return a reference?
Oct 20, 2022
c++
iterator
std
standard-library
c++-standard-library
Explicit copy constructor and std::sort
Mar 16, 2022
c++
sorting
std
explicit
Dynamic memory allocation in STD
Oct 11, 2022
c++
arm
embedded
std
cortex-m
Opposite of std::bind, pass in different functions for given parameters
Sep 11, 2022
c++
std
stdbind
Why use an unordered container? (C++)
Nov 06, 2022
c++
c++11
std
unordered
Is the time complexity of `std::vector<T>::clear` *really* not specified?
Mar 10, 2020
c++
std
language-lawyer
How to truncate a file while it is open with fstream
Oct 07, 2022
c++
std
fstream
How to return a class member vector in c++11
Jan 09, 2020
c++
c++11
std
Threadpool implementation: condition_variables vs. yield()
Oct 20, 2022
c++
multithreading
stl
std
condition-variable
Weird behavior with a manually defined strlen
Jul 03, 2022
c++
std
language-lawyer
undefined-behavior
std::string and its automatic memory resizing
Nov 04, 2022
c++
string
memory
std
dynamic-resizing
Are C++11 standard containers "final"?
May 04, 2022
c++
stl
c++11
std
Why std::bind can be assigned to argument-mismatched std::function?
Nov 14, 2022
c++
function
c++11
bind
std
With Range v3 ranges, how to combine views and actions into a single pipeline?
Aug 24, 2022
c++
stl
std
range-v3
Is there any reason why `std::exchange` is not `constexpr`?
Mar 26, 2022
c++
c++14
std
constexpr
Is returning a C++ std::string object safe from memory leaks?
Sep 23, 2022
c++
string
memory-leaks
std
What does the "::" mean in "::tolower"?
Feb 16, 2022
c++
string
stl
std
scope-resolution
« Newer Entries
Older Entries »