Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++11 Range-based for-loop efficiency "const auto &i" versus "auto i"

c++ for-loop c++11 auto

How do I get a const_iterator using auto?

c++ c++11 auto

Override identifier after destructor in C++11

Extract year/month/day etc. from std::chrono::time_point in C++

c++ time c++11 chrono

what's the point of std::unique_ptr::get

c++ c++11 pointers unique-ptr

Workarounds for no 'rvalue references to *this' feature

Initializing container of unique_ptrs from initializer list fails with GCC 4.7

C++11 lambda as member variable?

c++ c++11 lambda

When does a constexpr function get evaluated at compile time?

What is the default hash function used in C++ std::unordered_map?

c++ c++11 hash stl unordered-map

Using C++ base class constructors?

What is constructor inheritance?

Lambda expressions as class template parameters

c++ templates lambda c++11

What are the differences between C-like, constructor, and uniform initialization?

GCC worth using on Windows to replace MSVC?

c++ windows visual-c++ gcc c++11

constexpr vs. static const: Which one to prefer?

c++ c++11 constants constexpr

std::put_time implementation status in GCC?

c++ gcc c++11 std chrono

C++ local variable destruction order

Portable way of setting std::thread priority in C++11

How to convert std::chrono::time_point to calendar datetime string with fractional seconds?

c++ datetime c++11 std chrono