Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Perfect return for functions modifying their argument

Using initializer_list in template function

c++ templates c++11

How to fix linkage error when using template class with static constexpr?

c++ c++11 constexpr

How to create a subclass of thread Class properly in C++(subclass of std::thread)

"Static counter" for types behaves weirdly

Template function as template argument

c++ templates c++11

How to do `using` of weak enums in C++11?

c++ c++11 enums using

Template function to discern smart_pointer from other container

Extract integers from std::string

c++ c++11

Macro compiles with GCC but not with VS11

Forward variadic template args to several class members

Can a multidimensional array be filled from variadic template?

Function with return type based on a protected base class method

c++ templates c++11

T* and const T*

c++ pointers c++11 constants

Why Should I use virtual base classes?

What is the rationale behind std::allocator::max_size()?

c++ memory-management c++11

Design a base iterator for a base class

Why does this explicit conversion operator work with g++ but not Visual Studio 2013?

Will c++1y allow in-class initialization of base class variables from a derived class?

c++ c++11 c++14

Pure virtual and std::shared_ptr