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++14
Can `auto &&` parameters be perfect forwarded?
Mar 27, 2019
c++
c++14
perfect-forwarding
Optimization of raw new[]/delete[] vs std::vector
Oct 27, 2022
c++
vector
c++14
compiler-optimization
Why elements can be inserted in a vector when using const_iterators
Nov 02, 2022
c++
c++14
const-iterator
Mark as deprecated function parameters in C++14
Feb 22, 2022
c++
c++14
deprecated
deprecation-warning
How can I instantiate a lambda closure type in C++11/14?
Sep 05, 2022
c++
performance
lambda
closures
c++14
Is it possible to ignore the trailing return type feature of c++11 in favor of the function return type deduction feature of c++14?
Sep 30, 2022
c++
c++11
c++14
trailing-return-type
return-type-deduction
Value-initialization of class containing std::queue
Oct 24, 2021
c++
gcc
queue
c++14
Inexplicable behaviour of the function accepting a universal reference and returning a const reference
May 07, 2021
c++
c++11
c++14
Is there a C++11/14 alternative to __attribute__((packed))
Mar 15, 2022
c++
c++11
gcc
clang
c++14
error determining a generic return type in C++11
Aug 08, 2021
c++
templates
c++11
c++14
name-lookup
Why are mutexes and condition variables trivially copyable?
Aug 30, 2022
c++
language-lawyer
c++14
std::move or std::forward when assigning universal constructor to member variable in C++
Sep 06, 2022
c++
c++11
c++14
move-semantics
perfect-forwarding
templated function pointer as template parameter
Sep 27, 2021
c++
templates
c++14
Is forward<T> the same as forward<T&&>?
Sep 26, 2022
c++
templates
c++14
perfect-forwarding
function && qualifier behaviour
Sep 26, 2022
c++
c++14
rvalue-reference
constexpr defaulted default constructors
Aug 24, 2022
c++
c++11
compiler-errors
c++14
How to get the average of several chrono::time_points
Dec 23, 2018
c++
c++14
chrono
Deleted Function in std::pair when using a unique_ptr inside a map
Sep 13, 2022
c++
c++14
icc
Template functions versus named lambdas with auto parameters
Nov 01, 2022
c++
templates
lambda
c++14
generic-lambda
Can I initialize an array using the std::initializer_list instead of brace-enclosed initializer?
Jun 22, 2019
c++
c++11
c++14
initializer-list
c++17
« Newer Entries
Older Entries »