Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

std::atomic_store and std::atomic_exchange do not exchange

c++ multithreading c++11 c++14

Assigning a vector to a single element

c++ c++11 stdvector

Check at compile time if a template argument type is set or multiset, and element type of the container is arithmetic

too many initializers for array in struct

c++ c++11

Is `void_t` necessary to check if a class has a method with a specific signature?

What is the correct way of calling a template function using std::async

c++ c++11 templates

What is return value from std::vector erase operator, according to the standard?

what is different between wmi and API

c++ c++11 wmi wmi-service

Is there a way to iterate over two containers without using two for loops

c++ c++11 c++14 c++17

Can std::move cause slicing when moving into l-value reference?

Format specifier to portably print std::uint64_t variable in C++11

c++ c++11 printf portability

what is the special regarding int :0 in C++

c++ c++11 c++14

copying C-style arrays and structure

Why is const template parameter not a universal/forwarding reference

c++ c++11 language-lawyer

optimizing boost unordered map and sets, C++

c++ c++11

Returning a unique_ptr from a class method C++0x

Why can't the type be deduced in this template function?

c++ templates c++11 enable-if

pointers and arrays

c++ arrays pointers c++11

c++0x library availability in any compiler?

c++ c++11

What's the type of std :: move?

c++ c++11 move-semantics