Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Use of c++ lambda expression to initialize a class member

c++ c++11 lambda

Cast structs with certain common members

Is this the best way to do a "with" statement in C++?

c++ c++11 with-statement

Are virtual method not "delete"able in C++0x?

c++ c++11 virtual

how to make std::function instance

c++ c++11

ADL fails when there are lambda arguments?

Initialise size of std::array in a constructor of the class that uses it

c++ arrays templates c++11 std

C++ difference between function declaration and object initialization

c++ c++11

Passing std::unique_ptr to helper function

C++ collect algorithm?

c++ algorithm c++11 collect

C++11 what happens when a function returns

c++ c++11

C++ `using` command for type alias in template class

c++ templates c++11 using

Are C++11 objects potentially slower in multi-threaded environments because of the new const?

Constexpr, templates and array size

c++ templates c++11

ISO c++ 15.3.10 : Why is this undefined behaviour?

c++ c++11 language-lawyer

std::copy for multidimensional arrays

Casting nullptr to bool

c++ c++11

How to call a class member function recursively from its own defintion in C++?

c++ function class c++11

Parameter pack expansion within parentheses gives bizarre output

What is the char() type in C++?

c++ c++11 char g++ c++14