Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

Can not capture a random distribution and generator by value in lambda?

c++ c++11 lambda

What is a fast integer? What defines how fast an integer is?

c++ performance c++11

C++11: 'decltype class instance declaration' with std::move( ) doesn't call 'move constructor.' Why?

What's wrong to reset std::unique_ptr to pointer to array?

Trivial compile time check for no copy constructor

c++ c++11

How to use priority_queue with a non-static compare method of class instance?

Given (a, b) compute the maximum value of k such that a^{1/k} and b^{1/k} are whole numbers

c++ algorithm c++11 math

c++ destructor return type

Class Template specialization for multiple types

c++ c++11 templates

Are non-static class members destroyed even without a destructor?

c++ c++11 destructor

Will unique values in uint64_t also be unique in int64_t

c++ c++11 language-lawyer

Overloads of std::isnan and std::isinf for integral types

c++ c++11 language-lawyer

"unix" C++ preprocessor macro is undefined with -std=c++11

c++ c++11 unix preprocessor icc

User-defined Literal Operator on Macros

c++ c++11 c++17

can std::async int a function quit out before task is finished?