Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Can one write a function which takes a type and returns a different type

c++ c++11

final virtual functions in C++0x

c++11 virtual final

C++0x tuples have no iterators, right?

c++ iterator c++11 tuples

I'm having some trouble with C++11 in Xcode

c++ xcode c++11 osx-lion

In c++11, can a virtual function return a large value efficiently with move semantics?

Can you call a member of member of template parameter?

c++ templates c++11

timeout in std::async

c++ c++11 std stdthread stdasync

What Qt type do I need to use to pass a lambda as a function argument?

c++ c++11 lambda qt5

Strange double destructor call when using shared_ptr

memory ordering with atomic_flag spin lock

c++ c++11 atomic

C++ function objects with explicit template parameters

c++ boost c++11

FizzBuzz.cpp with lambdas?

c++ c++11 lambda

OpenCV 2.4.3+ with libstdc++ for iOS?

c++ ios xcode opencv c++11

Does C++11 mandate that a vector<int> zeros the elements in resize()? [duplicate]

c++ performance vector c++11

Move semantics for big non-pointer base objects

c++ c++11

C++11 define function type capture by reference

c++ c++11

Acquire release operation of c++11(atomic)

c++ multithreading c++11

is rvalue passed as parameter treated as lvalue inside the function?

c++ c++11 rvalue

Design Pattern for caching different derived types without using RTTI

c++ design-patterns c++11 rtti

Why declare int a constexpr

c++11 constexpr