Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is in c++11 something similar for threads to node.js/javascript callbacks?

c++ c++11

How to use std::for_each over std::array<> and apply lambda function on each element?

c++ arrays c++11

Lambda machine-dependent segmentation-fault (possible compiler bug?)

Does this c++11 lambda code invoke undefined behavior?

Does in-class member initialization delete the assignment operator?

c++ c++11 constructor

Does deallocation imply destruction?

POST Request in WinHttp c++

c++ http c++11 post winhttp

Why does an explicitly declared constructor prevent member initialisation with a C++ 11 initialisation list?

Warnings using VS2012 and DirectX (june 2010)

Initializer-lists as parameters for class constructor

c++ c++11 constructor

Override for constant expressions?

Why is decltype necessary in an "auto returning" function?

c++ c++11 auto decltype

Does string in C++ have no out of bound exeption/error? [duplicate]

c++ string c++11

Why is my code failing to compile? (perfect forwarding and parameter packs)

Usage of this* in make_unique

constexpr function as array size

c++ c++11 constexpr

How does the Standard support this call of a pure virtual function in the base class S?

How to make these std::function parameters unambiguous?

When creating a C style header, is it ABI compatible to switch between enum and enum class?

c++ c c++11

The argument of the nan() function

c++ c++11 floating-point nan