Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How to return an fstream (C++0x)

PODs and inheritance in C++11. Does the address of the struct == address of the first member?

c++ c++11 language-lawyer

XCode 4.5 'tr1/type_traits' file not found

c++ c++11 wxwidgets xcode4.5

Using alias declaration with VC++ 11

c++ visual-c++ c++11

Industrial-strength n-ton base class template

How does return by rvalue reference work?

c++11 rvalue-reference

Does reading a c++ 11 book requires to have knowledge of c++98? [closed]

c++ c++11 c++98

Some std::unique_ptr uses and "gotchas"

Is default constructor elision / assignment elision possible in principle?

c++ c++11

Move Semantics for std::vector member

Do tuples have an implicit lexicographical comparison?

c++ c++11 tuples

Do I have to implement commutativity for comparison operators manually?

Access variable outside try-catch block

c++ c++11

How do I use Templates to make aliases with `using` (making parameterized aliases) in C++?

c++ templates c++11 c++14 using

visual c++ why does std::move crash

c++ c++11 visual-c++ stdvector

In C++11 or above, Is there a way to implement a single-method pure virtual C++ interface by lambda?

c++ c++11 lambda

Why some include files only reside in tr1?

c++ c++11 clang tr1 libc++

Creating a map of lambdas in C++

c++ map c++11 lambda

std::is_const identifies const pointer as non-const

c++ templates c++11

Should I use a smart pointer?