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
Tuple to parameter pack
Sep 14, 2022
c++
templates
c++11
variadic-templates
What happens if I capture a local variable by reference, and it goes out of scope?
Nov 15, 2022
c++
lambda
c++11
vector::push_back insists on using copy constructor though a move constructor is provided
Sep 14, 2022
c++
gcc
c++11
move-constructor
why is there no std::make_function()?
Aug 06, 2022
c++
function
c++11
Is there a recommended way to test if a smart pointer is null?
Nov 13, 2022
c++
c++11
shared-ptr
smart-pointers
Difference between return {} and return Object{}
Sep 30, 2022
c++
c++11
initialization
list-initialization
Unable to create unordered_set with lambda function
Dec 03, 2021
c++
c++11
c++14
Proper initialization of static constexpr array in class template?
Oct 18, 2022
c++
templates
c++11
static-members
constexpr
Function default parameters are ignored
Nov 13, 2022
c++
c++11
templates
g++
What is the issue with std::async?
Sep 13, 2022
c++
multithreading
c++11
stdasync
any_of Versus find_if
Oct 28, 2022
c++
algorithm
c++11
find
Visual Studio 2015: is a set of const pointers allowed?
Aug 23, 2022
c++
pointers
c++11
visual-studio-2015
containers
Is the memory in std::array contiguous?
Nov 20, 2022
c++
arrays
pointers
c++11
contiguous
Can currying be used with lambda functions?
Sep 23, 2022
c++
stl
functional-programming
c++11
lambda
How do I reverse the order of element types in a tuple type?
Apr 26, 2022
c++
c++11
tuples
variadic-templates
Initializing a struct with aggregate initialization and member initializers [duplicate]
Dec 30, 2019
c++
c++11
constructor
aggregate-initialization
Why shared_ptr's reference counting object needs to keep track of the number of weak_ptrs pointing to the object too?
Sep 07, 2022
c++
c++11
shared-ptr
weak-ptr
Function with a fixed amount of parameters determined by an integer
Sep 13, 2022
c++
function
c++11
c++14
c++17
MinGW error: ‘thread’ is not a member of ‘std’
Jun 14, 2021
c++
multithreading
c++11
mingw
Is the following move constructor code safe?
Mar 07, 2018
c++
c++11
move-semantics
« Newer Entries
Older Entries »