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
SFINAE and noexcept specifier
Aug 05, 2022
c++
c++11
constructor
c++14
sfinae
Passing function objects into std algorithms by reference
Aug 19, 2022
c++
algorithm
c++11
stl
c++14
Are public, in-class typedefs necessary in C++1y?
Nov 07, 2022
c++
c++11
c++14
Why member variables of a const object are not const
Feb 25, 2018
c++
reference
constants
c++14
decltype
I am using c++14 or is my code, using structs, invalid?
May 29, 2021
c++
c++11
compiler-errors
c++14
Difference between boost optional and std::experimental optional assignment
Oct 20, 2022
c++
boost
c++14
gcc4.9
boost-optional
Nesting Lambda functions - Performance implications
Sep 15, 2022
c++
c++11
asynchronous
lambda
c++14
C++ struct declared in function visible in main
Oct 16, 2022
c++
c++14
stm32 hal library warning with C++14 & above
May 02, 2022
c++
embedded
c++14
stm32
Arity of a generic lambda
Jun 01, 2022
c++
c++14
generic-lambda
Deduce std::array size?
Oct 31, 2022
c++
c++14
Why does returning const reference from a lambda result in a temporary?
Mar 09, 2020
c++
lambda
reference
c++14
constants
Why does std::for_each on a map call the copy constructor? [duplicate]
Apr 02, 2022
c++
c++11
map
lambda
c++14
Passing lambda as template parameter to templated by function-pointer function
Apr 21, 2022
templates
c++11
lambda
c++14
c++17
Ok to use std::getline() with a moved-from std::string?
Oct 03, 2018
c++
c++11
stl
c++14
c++17
Why can you indirectly bind an rvalue to an lvalue reference but not directly?
Aug 26, 2022
c++
c++11
c++14
As far as I can tell the function below is not constexpr, but the code compiles in clang and g++. What am I missing?
Apr 23, 2022
c++
c++14
constexpr
Why is overriding both the global new operator and the class-specific operator not ambiguous behaviour?
Aug 23, 2022
c++
c++11
c++14
language-lawyer
new-operator
What is std::ref useful for in this function?
Sep 26, 2022
c++
c++11
c++14
Member initializer list: initialize two members from a function returning a tuple
Feb 17, 2022
c++
tuples
c++14
c++17
initialization-list
« Newer Entries
Older Entries »