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
pass lambda to function that accepts function with templated types
Nov 12, 2021
c++
templates
c++11
lambda
c++ condition_variable wait_for predicate in my class, std::thread <unresolved overloaded function type> error
Feb 09, 2022
c++
multithreading
c++11
condition-variable
Why does decltype(declval<T>().func()) work where decltype(&T::func) doesn't?
Sep 16, 2022
c++
c++11
template-specialization
sfinae
member-functions
How qml call static method from c++
Oct 24, 2021
c++11
qml
qt5.6
Is va_list still used in C++? Or is it encouraged to use template<typename... T>?
Aug 31, 2022
c++
c++11
variadic-functions
ellipsis
c++ closure creation
Oct 15, 2022
c++
c++11
lambda
closures
c++14
ambiguous call of overloaded template with parameter (const T&, const T&) or (const char (&)[N], const char (&)[M])
May 02, 2022
c++
c++11
templates
overloading
std::promise<void> throws Unknown error, unless calling sleep
Nov 23, 2020
c++
c++11
gcc
Result of ternary operator on `int` and `float`
Apr 16, 2022
c++
c++11
language-lawyer
In C++11 threads, what guarantees does a std::mutex have about memory visibility?
Aug 11, 2022
c++
multithreading
c++11
cpu-cache
Generating pseudo-random 16-bit integers
Sep 13, 2022
c++
c++11
random
mersenne-twister
Need to check for nullptr when make_shared and make_unique is used?
Sep 05, 2022
c++
c++11
c++14
c++17
unable to get key_type from a map
May 04, 2022
c++
c++11
Why is there a sizeof... operator in C++0x?
Aug 31, 2022
c++
language-design
c++11
std::transform and move semantics
Jan 28, 2019
c++
stl
c++11
Can I use libcurls CURLOPT_WRITEFUNCTION with a C++11 lambda expression?
Apr 11, 2019
c++
lambda
c++11
libcurl
Can I pass value of forward declared enum?
Sep 23, 2022
c++
enums
c++11
forward-declaration
using one random engine for multi distributions in c++11
Feb 20, 2019
c++
c++11
random
Casting shared_ptr<T> to shared_ptr<void>
Apr 03, 2018
c++
casting
c++11
shared-ptr
Is this correct way to combine std::generate_n and std::back_inserter?
Nov 25, 2017
c++
stl
c++11
« Newer Entries
Older Entries »