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 c++11
Why do we use std::function in C++ rather than the original C function pointer? [duplicate]
May 23, 2022
c++
c++11
function-pointers
Always declare std::mutex as mutable in C++11?
Jan 09, 2019
c++
c++11
thread-safety
constants
mutable
Is constexpr-based computation Turing complete?
Aug 29, 2022
c++
c++11
metaprogramming
computation-theory
constexpr
Properly initialising variables in modern C++ (C++11 and above), using () or {}?
Aug 29, 2022
c++
c++11
initialization
In C++11, what is the point of a thread which "does not represent a thread of execution"?
Oct 24, 2022
c++
multithreading
c++11
Recursive variable declaration
Aug 29, 2022
c++11
variables
recursion
folly
Why can const members be modified in a constructor?
Aug 29, 2022
c++
c++11
initialization
c++14
constants
How to pass deleter to make_shared?
Aug 29, 2022
c++
c++11
shared-ptr
smart-pointers
make-shared
Access index in range-for loop
Aug 29, 2022
c++
c++11
Avoid exponential grow of const references and rvalue references in constructor
Nov 06, 2022
c++
c++11
rvalue-reference
const-reference
Partial specialization of variadic templates
Feb 20, 2022
c++
c++11
templates
variadic-templates
template-specialization
C++ union element size based on other's element size
Aug 29, 2022
c++
c++11
Why doesn't `std::initializer_list` provide a subscript operator?
Jan 14, 2017
c++
c++11
iterator
operator-overloading
initializer-list
Converting std::unique_ptr<Derived> to std::unique_ptr<Base>
Aug 29, 2022
c++
c++11
unique-ptr
c++14
Why couldn't push_back be overloaded to do the job of emplace_back?
Aug 29, 2022
c++
c++11
Why does moving a pointer variable not set it to null?
Aug 29, 2022
c++
pointers
null
c++11
move-semantics
C++11 use-case for piecewise_construct of pair and tuple?
Sep 09, 2016
c++11
tuples
use-case
forwarding
piecewise
How to atomically update a maximum value?
Feb 21, 2022
c++
c++11
concurrency
atomic
max
Is the specification of `bsearch` in C++11 & C++14 defective?
Nov 20, 2022
c++
c++11
language-lawyer
c++14
bsearch
What happens technically in this C++ code?
Oct 29, 2022
c++
c++11
« Newer Entries
Older Entries »