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
May I declare a member type alias to a type in a surrounding scope, using the same name?
Jul 25, 2020
c++
g++
c++14
clang++
type-alias
Double brace initialization
Sep 27, 2022
c++
initialization
c++14
language-lawyer
default-constructor
What is the proper usage of a constexpr standard functor?
Nov 27, 2021
c++
templates
c++14
language-lawyer
constexpr
The member function Outer::f() is not a friend of class Outer::Inner. Why?
Feb 27, 2022
c++
language-lawyer
c++14
friend
Why isn't the operator[] of a std::array temporary constexpr?
Apr 17, 2022
c++
c++11
c++14
constexpr
stdarray
Why must the delimiters of raw string literals be under 16 chars?
Aug 17, 2017
c++
c++14
string-literals
c++17
rawstring
std::vector<uint8_t> manually copying instead of calling memcpy when C++11/14 enabled
Feb 04, 2021
c++
c++11
gcc
c++14
stdvector
Why to use std::move despite the parameter is an r-value reference
Oct 27, 2022
c++
c++11
c++14
move
stdmove
std::errc, how to indicate success in retval
Jun 20, 2022
c++
c++14
Purpose of perfect forwarding for Callable argument in invocation expression?
Nov 02, 2022
c++
lambda
c++14
auto
perfect-forwarding
adapter pattern : support underlying data that can be const or non-const, elegantly
Nov 13, 2022
c++
function
constants
adapter
c++14
Is it possible to check for existence of member templates just by an identifier?
Nov 19, 2022
c++
templates
c++14
sfinae
typetraits
Why can I access a struct defined inside a function from outside the function through return type deduction?
Feb 20, 2020
c++
c++14
Purpose of class = void in C++? [duplicate]
Aug 28, 2022
c++
c++11
templates
c++14
void
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
Why can't I move the std::unique_ptr inside lambda in C++14?
Aug 17, 2022
c++
lambda
c++14
move-semantics
« Newer Entries
Older Entries »