Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++ constexpr values for types

Why is std::cout so time consuming?

c++ c++11

Can I use std::max_element() on std::deque in c++11?

c++ c++11 std deque

How to initialize the loop counter declared with the auto keyword?

move semantics and cv::Mat

In a template, if a dependent name is a function, call it

Verify at compile time that objects are created as shared_ptr

How to declare a static lookup table using C++11

How to avoid this kind of code repetition?

Will compiler unroll "for" loop when iterating a const container?

c++ c++11

What's the difference between T, volatile T, and std::atomic<T>?

Is it bad that C++0x's lambda expressions don't have a named type?

c++ lambda c++11

Can I Have Polymorphic Containers With Value Semantics in C++11?

c++ stl c++11

C++0x Tuples Store Elements Backwards

c++ c++11 memory tuples stdtuple

G++ doesn't compile C++0x range-based for loop

c++ c++11 g++

Why is there no vector(size_type n, const Allocator& alloc) in C++11?

c++ vector c++11 allocator

insert in unordered_set a new element: should the hint be end()?

c++ stl c++11

Function local static function-object that's initialized by lambda, thread-safe or not?

How to use c++0x thread in Android NDK?

c++ c++11 android-ndk pthreads

Trivial Destructibility and Necessity of Calling Destructor