Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

using std::async with template functions

Lambda Capture by Value forces all scoped object to const

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

What type of object should this function return?

C++ Limit template type to numbers

c++ c++11 templates

Can't initialize std::function with comparator

c++ c++11

Why float division is faster than integer division in c++?

How is type deduced from auto return type?

c++ c++11 decltype

C++11 random numbers and std::bind interact in unexpected way

c++ gcc random c++11 stdbind

__func__ value difference between C and C++

c++ c c++11 c99 c11

In C++11, how can I call new and reserve enough memory for the object?

c++ memory-management c++11

How to avoid the copy when I return

c++ c++11 rvalue-reference

std::thread::detach causes crash after original caller is destroyed

Efficient accumulate

Get captured variables from lambda?

c++ c++11 lambda c++14

In c++11, how can I call std::max on a vector?

c++ c++11 std initializer-list

push_back new element to vector

c++ c++11 vector

C++ 11 How to get enum class value by int value?

c++11 enums

Fast hash function for `std::vector`

c++ c++11 vector hash

Use of Union with reference

Store timestamps in nanoseconds c++

c++ c++11 time chrono