Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Variable assignment inside a C++ 'if' statement

Aggregate Initialization when initialization values is fewer than the number of members

C++ casting a std::vector<Derived>* to std::vector<Base> ...?

c++ c++11 vector casting stl

Updating an Object's property in a Vector

c++ object c++11 vector updates

C++ or C++0x - Which is a better standard? [closed]

c++ c++11

Passing non-thread-safe objects through thread-safe containers

c++ multithreading c++11

Does C++11 does optimise away tail recursive calls in lambdas?

no matching constructor for initialization of 'string' (aka 'basic_string<char>')

c++ string c++11 clang

C++ template function that takes float or double

c++ c++11

std::search extracting current iterator and moving iterator forward using std::advance

c++ c++11 stl

What kind of pointer should I use here?

c++ c++11

How to avoid triggering this kind of copy constructor in c++11?

c++ c++11 c++17

Signal handler async safe functions

c++ c function c++11 signals

How to derive from a nested class of a variadic template argument?

c++ code does not compile with strange error [closed]

c++ c++11 c++14

How best to control iteration direction?

c++ c++11 iteration