Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++ std::vector<T*> if you hold a pointer to a pointer element, does it become invalidated upon resize?

Conversion from string literal to char *

c++ c c++11

Performance of container of objects vs performance of container of pointers

binding a function object which is itself created by std::bind makes trouble [duplicate]

c++ c++11

Why "auto" is not acceptable as lambda parameter [duplicate]

c++ c++11 lambda auto

Constructing class with two members

c++ constructor c++11

Throwing destructor compilable by C++98 and C++1x. Is there a better way?

c++ c++11 cross-platform c++98

Best way to create a std::future<T> from a T

c++ c++11 future

Clean way to use a template base class to eliminate redundancy on derived classes for a factory class

const_casting element type of container

Which compiler is correct for this reference initialization with user-defined conversions?

'Freezing' an expression

Is possible to get a thread-locking mechanism in C++ with a std::atomic_flag?

Accept and return lambda (lock wrapper)

c++ c++11

C++ automatic shared_ptr type in class with macro

How to use the auto and decltype keywords to ease template argument deduction?

c++ templates gcc c++11

Constant expression from the choice of overloaded function?

C++ template mechanism to get the number of function arguments, which would work for lambdas and normal functions

c++ templates c++11 lambda

"terminate called without an active exception" after pthread_cancel

c++ c++11 g++ pthreads stdthread