Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

User-Defined String Literals Vs. Other User-Defined Literals

can I have main window procedure as a lambda in WinMain?

c++ winapi c++11 lambda

C++ function template argument with templated type struct woes

std::make_pair : cannot convert 'ch' (type 'char') to type 'char&&' [duplicate]

c++ c++11

Cannot dynamic cast when using dynamic_pointer_cast

C++ chain of tasks

c++ multithreading boost c++11

SMART vector for RAW pointers in C++11?

c++ c++11 smart-pointers

Use member function in std::packaged_task

c++ multithreading c++11

The "most important const" vs. auto_ptr: Why the code does not compile?

c++ c++11 auto-ptr c++98

Why compiler doesn't pass size of array char *arr[] in parameters?

c++ arrays c++11

Add a deep copy ctor to std::unique_ptr<my_type>

C++11 initialize array with uniform value in constexpr function

c++ c++11 constexpr

Capturing pointers in lambda expression?

c++ c++11 lambda

Why can I have a ratio object in C++

c++ c++11 chrono

Why is thread local storage not implemented with page table mappings?

Is it guaranteed by the C++ standard that cin, cout, etc. will be created first and destroyed last?

c++ c++11 stl

Using const and decltype with a pointer variable

c++ c++11

C++11 async is using only one core

Does deleting a copy constructor or copy assignment operator count as "user declared"?

Why do both the notify and wait function of a std::condition_variable need a locked mutex