Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Detect whether a type is an zero-element array?

How does fprintf format arguments?

c++ c++11

C++11 auto. convert from float to long

c++ c++11 casting auto

Does clear() in std::vector generates a memory leak?

Private base class affects member access via template friend function and template method in child class

c++ templates c++11

why this definition of a derived class is illegal?

c++ class c++11 inheritance

Running a function for specified duration : C++ with <chrono> [duplicate]

c++ c++11 c++-chrono

Can I call a method directly on the result of user-defined literal? [duplicate]

Prefered form for returning an object/rvalue ref, from a lambda

c++ lambda c++11 rvalue

Initialization of thread-local variables

How to check if a std::function is set and valid?

c++ c++11 c++14 std-function

Variadic templates expansion recursively for classes and functions

Pass anonymous enum as function argument

c++11 enums

GCC 8 fails to compile make_shared<volatile int>()

Is accessing the elements of a char* or std::string faster?

Why stl vector can't contain coroutine objects?

c++ boost c++11 stl coroutine

How to convert between int * and enum *?

c++ c++11 enums