Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is it possible to apply a generic function over tuple elements?

c++ c++11 c++14

Using reference to pointer as a sequence in C++11 range for loop

c++ c++11

c++11 get string length in compile time by constexpr

c++ c++11 constexpr

Can I use std::bind to "attach" a state to a function?

c++ c++11 std

c++11 forwarddeclare thread,mutex,chrono

Constructing std::function target in-place

c++ c++11 std-function

constexpr of static tuple class member has linker error

c++ c++11 constexpr

Abbreviated type name long long vs long long int, is it standard-compliant?

Why does unique_ptr<T>::~unique_ptr need the definition of T?

c++ c++11 std smart-pointers

proper use of std move for a factory class

c++ c++11 move-semantics

How to read utf-16 file into utf-8 std::string line by line

Mixing std::move() and std::thread won't compile

c++ c++11

performing vector intersection in C++

c++ c++11 gcc vector

Map a range of values to a single value

c++ c++11

How to setup a ZMQ PUB/SUB pattern to serve only for pre-authorized subscriber(s)

c++ c c++11 zeromq pyzmq

Call a classes method using a std::string

c++ c++11

boost::asio::io_service crash in win_mutex lock

Strange error trying to do a shared_ptr swap()

Lambda capture reference by copy and decltype

c++ c++11 lambda

Global formatting options for floating point numbers

c++ c++11