Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Are compound literals Standard C++?

c++ c++14 compound-literals

In C++11 and beyond does std::string::operator[] do bounds checking?

How do I create an array of function pointers of different prototypes?

c++ function oop c++14

How to generate nested loops at compile time

C++ Zero-Initialization

Why does C++ allow you to move classes containing objects with deleted move operations?

Why does calling cout.operator<<(const char*) print the address instead of the character string?

c++ c++11 c++14

Installing g++ 5 on Amazon Linux

linux amazon-ec2 g++ c++14 rhel

How to create a new variable and use it in std::tie at the same time?

c++ c++11 c++14

Is there any way to get char by auto type deduction using decimal ASCII Code?

c++ c++14 c++17

What does it mean for an object to exist in C++?

Return type deduction for in-class friend functions

passing lambda as argument - by reference or value?

c++ function c++11 lambda c++14

constexpr error at compile-time, but no overhead at run-time

c++ c++11 constexpr c++14

Why adding `const` makes the universal reference as rvalue

Always prefer set<T, less<>> to set<T> since C++14?

Return value of placement new

c++ c++14 language-lawyer

Why aren't std::algorithms constexpr and which could be?

c++ algorithm c++14 constexpr

What is the correct way to initialize static data members in C++ (98, 11 and 14)

C++ (14) and manual memory management

c++ memory-management c++14