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
Is std::is_unsigned<bool>::value well defined?
Aug 29, 2022
c++
boolean
language-lawyer
c++14
unsigned
How to get CMake to pass either std=c++14/c++1y or c++17/c++1z based on GCC version?
Aug 27, 2022
c++
cmake
c++14
gcc4
Why does the order of template argument substitution matter?
Aug 27, 2022
c++
templates
c++11
language-lawyer
c++14
Parallel Loops in C++
Sep 11, 2022
c++
c++11
for-loop
concurrency
c++14
C++ function argument safety
Aug 27, 2022
c++
c++14
What changes introduced in C++14 can potentially break a program written in C++11?
Aug 26, 2022
c++
c++11
c++14
language-lawyer
c++-faq
Compile c++14-code with g++
Aug 26, 2022
c++
g++
ubuntu-14.04
c++14
Is x = std::move(x) undefined?
Aug 26, 2022
c++
c++11
language-lawyer
c++14
Are new and delete still useful in C++14?
Aug 26, 2022
c++
c++11
new-operator
c++14
dynamic-memory-allocation
Capturing perfectly-forwarded variable in lambda
Sep 27, 2022
c++
c++11
lambda
c++14
perfect-forwarding
Advantages of using user-defined literal for strings instead of string literal
Aug 26, 2022
c++
string
c++14
user-defined-literals
Why isn't `std::initializer_list` defined as a literal type?
Oct 16, 2020
c++
language-lawyer
c++14
initializer-list
constexpr
Is there a name for this tuple-creation idiom?
Nov 08, 2022
c++
tuples
variadic-templates
c++14
generic-lambda
Has C++ standard changed with respect to the use of indeterminate values and undefined behavior in C++14?
Mar 18, 2019
c++
c++11
language-lawyer
undefined-behavior
c++14
Iterating over different types
Sep 15, 2022
c++
c++11
c++14
C++14 Variable Templates: what is their purpose? Any usage example?
Aug 26, 2022
c++
templates
c++14
rationale
default override of virtual destructor
Nov 07, 2022
c++
c++11
c++14
Overload resolution between object, rvalue reference, const reference
Jul 25, 2021
c++
c++11
overloading
rvalue-reference
c++14
How to create an std::function from a move-capturing lambda expression?
Mar 01, 2022
c++
lambda
std
c++14
Why does initialization of array of pairs still need double braces in C++14?
Aug 25, 2022
c++
c++14
initializer-list
« Newer Entries
Older Entries »