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
SFINAE to have a class member only if possible
Apr 18, 2020
c++
c++11
templates
sfinae
Test floating point std::vector with C++ Catch
Apr 07, 2022
c++
c++11
vector
catch-unit-test
How to display Vietnamese characters in C++?
Sep 10, 2022
c++
c++11
locale
How do I reliably detect support for nullptr?
Sep 14, 2022
c++
c++11
Templates, Function Pointers and C++0x
May 10, 2022
c++
templates
c++11
function-pointers
When should I choose copy elision over passing argument by const reference? [duplicate]
Sep 14, 2022
c++
c++11
lvalue
rvalue
rvo
C++11: Nontrivial Thread Local Static Variable?
Aug 26, 2022
c++
multithreading
c++11
thread-local
thread-local-storage
std::future still deferred when using std::packaged_task (VS11)
Oct 28, 2021
c++
c++11
visual-studio-2012
future
packaged-task
C++11 compiler error when using decltype(var) followed by internal type of "var"
Jul 14, 2018
c++
visual-studio-2010
c++11
compiler-errors
decltype
How to make initializer list and class member initializer work together?
Sep 25, 2021
c++
c++11
Brace initialization for class with virtual function
Nov 08, 2022
c++
c++11
Why can an unnamed struct not be used as a trailing return type?
Apr 12, 2021
c++
visual-c++
c++11
compiler-errors
trailing-return-type
Casting a variadic parameter pack to (void)
Oct 17, 2022
c++
c++11
variadic-templates
evaluation order initialization array in c++
Aug 20, 2022
c++
c++11
variadic-templates
array-initialization
Why will two-phase lookup fail to choose overloaded version of 'swap'?
Mar 19, 2018
c++
templates
c++11
swap
argument-dependent-lookup
Basic timer with std::thread and std::chrono
Apr 24, 2022
c++
multithreading
c++11
timer
Why the initializer of std::function has to be CopyConstructible?
Nov 16, 2022
c++
function
templates
c++11
constructor
Is it possible to initialise an array of non-POD with operator new and initialiser syntax?
Jan 08, 2021
c++
arrays
c++11
clang
initializer-list
Why does std::min(std::initializer_list<T>) take arguments by value?
Feb 18, 2022
c++
c++11
std
min
c++-standard-library
Detect if C++ lambda can be converted to function pointer
Apr 02, 2022
c++
templates
c++11
lambda
template-meta-programming
« Newer Entries
Older Entries »