Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++ threaded application runs slower than non-threaded

c++ multithreading c++11

Reserve a vector of reference_wrapper objects, how it is possible?

Is there a performance/memory usage impact in non-polymorphic inheritance?

C++ - std::enable_if for more types

c++ c++11 templates

More than one round bracket in function call?

c++ c++11 c++14 currying

Can I insert into a set, all the elements of a vector that matches a condition, in a single line of code

c++ c++11 stl stdvector stdset

c++ is_member_pointer implementation

c++ c++11

Is there any use case for class inside function after introduction of lambda?

c++ c++11 nested-class lambda

"delete this" to an object that's allocated with std::shared_ptr?

C++11 thread doesn't work with virtual member function

c++ multithreading c++11

C++11 empty flag classes

c++ constructor c++11

Problems with shared_ptr<T[]> wrapping a dynamic array

c++ c++11 shared-ptr

Is it reasonably efficient to insert into an rvalue reference to a stream?

c++ c++11

Is ip::tcp::socket.close() thread safe?

c++11 boost-asio

How to initialize a struct of integers to zero? [duplicate]

c++ c++11

Iterating a parameter pack with variadic templates in c++

C++11 method template specialization for return type

force compiler to reveal type of a variable

enable_if with is_enum does not work

c++ c++11 sfinae

Why is second initialization allowed in C++11

c++ c++11 initialization