Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Find largest element smaller than current with STL

c++11 stl

MSVC error when using capture-less lambda expressions as second and third operand of conditional operator

what are the use cases for std::unique_lock::release?

Create hash queue with variadic template

How can I explicitly view the results of type inference by auto?

c++ c++11 type-inference

C++ What determines which version of C++ can run on a specific architecture (like Arduino)

c++ c++11 g++

C++ array of char using unique_ptr

c++ c++11 unique-ptr

How can I create a macro which uses a value multiple times, without copying it?

How to use smart pointer for auto clean-up?

Do c++11-compatible compilers always ignore inline hints?

c++ c++11 inline

How to delay a function without stopping the application

c++ c++11 visual-c++

Having a function only accept non-const lvalues

Compile-time lookup table for enum

c++ c++11

explicit constructor taking `std::string` gets `char*` and works fine

c++ c++11

Can statically unreachable calls cause undefined reference errors?

Does Windows std::thread uses internally PPL?

c++ multithreading c++11 ppl

std::atomic<int> - load and reset to 0 atomically?

c++ c++11

C++11: Does "auto" keyword retrieves cv-qualifier at all? I've contradictory sample

c++ c++11 constants auto

What does inside a strand mean?

c++ c++11 boost-asio

Point cloud registration using PCL Iterative closest point