Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why is there no narrowing conversion in this code, resulting in an error?

c++ c++11

Strange behaviour of c++ constructor

c++ c++11

4th bullet point in iso 12.1 p5 doesn't make sense to me

Error spliting an std::index_sequence

c++ templates c++11 std

Unique copy of std::shared_ptr

c++ c++11

Using unique_ptr instead of shared_ptr in BST

C++11 decltype: How to declare the type that a pointer points to?

c++ c++11

Does <algorithm> include <cmath>?

Call appropriate constructor depending on value_type : integer or float

c++ templates c++11

globally suppress c++ std::cout when testing

c++ c++11 iostream

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