Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Using a C++11 initializer_list with a recursively defined type using constexpr

Iterator for boost multi-index when the KEY is boost::optional parameter

Why is this user-defined conversion failing?

c++ c++11

Wrap STL iterator to use references instead of pointers

c++ c++11 stl

Temporaries lifetime in N3290 C++ draft

What is a portable way to save double values to a file?

c++ c++11 save binaryfiles

Very simple C++ code with RegExp crashes on Android but works fine on OS X

c++ regex c++11

C++: Need help understanding operator-overloading error

How can I record a window using ffmpeg by id?

qt c++11 ffmpeg qml

Move semantics with LValue reference

c++ c++11

Why ostream is not convertible to ostream?

c++ c++11 gcc

I keep getting the error "no match for call '(std::vector<int>) (int)"

How to wait for a value with timeout

c++ c++11 timeout c++14

What happens to exceptions thrown from functions launched via std::async

c++ multithreading c++11

Forward-declaration of enum member of template-specialization - fails with GCC

Is it safe to pass a lambda function that goes out of scope to a std::thread

c++ multithreading c++11

Inline-variant-visitor visitor with lambdas

c++ c++11

VS2013: STL regex class crashes when regular expression contains \

Can C++11 features and library be used in an Objective-C program?

c++ objective-c c++11