Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

Find elements in a vector which lie within specified ranges

c++ c++11

How to test if exists a template function specialization

Best way to specialise operator<< for std::ostream and std::vector with generic template functions?

what is the meaning of this std::string constructor

c++ string c++11 stdstring

Will C++11 std::string::operator[] return null-terminated buffer

c++ c++11

Proper setting a local environment variable in C++

std::string& vs boost::string_ref

c++ c++11 boost

Why can't I use alias from a base class in a derived class with templates?

c++ templates c++11 type-alias

Cost of self-executing C++11 lambdas

C++11 get std::map value_type from a variable

c++ c++11 typetraits

Async future with a callback. C++11

C++: is std::unordered_map guaranteed to be node-based?

c++ c++11 unordered-map