Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is "#define TYPE(x) typename decltype(x)" a bad idea?

Cannot explain ambiguous template specializations

c++ templates c++11 variadic

Do I need to explicitly call a destructor here?

c++ c++11

QtConcurrent.run() with a c++11 lambda that captures a reference to "this" to emit signal

c++ qt c++11 lambda qtconcurrent

Is it possible to evaluate array on compilation time?

c++ algorithm c++11 constexpr

Calling conj() function on every element of a C++ complex vector

c++ c++11 vector

Template argument for std::vector initialization

Pointer arithmetics after cast

c++ c++11

Intel C++ compiler: What is highest GCC version compatibility?

c++ c++11 gcc intel c++14

std::make_shared and private constructor [duplicate]

c++ c++11 shared-ptr

Generic function which can take any class member in parameter C++

c++ c++11

C++ random_shuffle is always giving the same results

c++ c++11 libc++ apple-clang

PyBind11: binding a function that uses double pointers

c++ c++11 pybind11

is auto type detection only looking at one statement

c++ c++11 auto

Is it safe to calculate pointer offset using nullptr?

c++ memory c++11 nullptr

Init std::string with single copy

c++ c++11 stdstring

emplace_back is not creating inplace object

c++ c++11

Does default-initializing a non-const reference function parameter from a dynamically allocated dereferenced pointer create a memory leak?

c++ c++11 memory-leaks c++98

problems in seeding random number in c++

c++ c++11 random