Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How do I store functors in non-template classes?

c++ c++11 storage functor

Casting an anonymous array initializer list

Warning: Multiple copy constructors defined while deleting them

c++ c++11

std::reference_wrapper v.s. int&

c++ c++11 reference-wrapper

Weird constexpr argument in code

c++ c++11

Can C++11 and C++17 Range-Based For Loop iterate to a specific position instead of full range of the map?

c++ c++11 c++17

What is the lifetime of C++ member variables when running in a std::thread?

c++ c++11 lifetime stdthread

error: use of deleted function - solution?

Can anyone explain this portion of the C++0x draft standard?

c++ c++11 linkage

Is there a base class from which all members of the C++ standard library derive?

Pass inherited arguments to base class constructor, then do something in derived class constructor

c++ c++11

Constructing a std::string_view from a braced std::string, clang and gcc disagree with -Wconversion

c++ c++11 gcc clang c++17

Is it possible that make_shared has no any exception but returns a nullptr?

How to configure Clion to work with SDL2?

c++ c++11 sdl sdl-2 clion

How to return a member of a local object

c++ c++11 move-semantics rvo