Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

g++ doesn't compile constexpr function with assert in it

c++ c++11 g++ assert constexpr

C++ feature, like std::set, which allows duplicates

c++ list c++11 std-pair stdset

different class implementations based on template parameter

In C++11 what is the most performant way to return a reference/pointer to a position in a std::string?

c++ c++11 stdstring

How to convert this C code to C++?

c++ c arrays c++11

Is a program, that doesn't use a default argument that would fail to bind to a reference parameter, legal?

c++ c++11 language-lawyer

Why std::move is required to invoke move assign operator of std::vector

Use std::swap between vectors or vector::swap?

c++ c++11 vector swap

Why does printing a string array output hexadecimal?

c++ string c++11

Range based for loop in function which passes an array as value [duplicate]

c++ c++11 for-loop

Why do we need a weak_ptr in C++11?

c++ c++11

Is there any exception that catch(...) can handle while catch(exception& ex) cannot?

c++ c++11

Trouble with unique_ptr : not a member of 'std'

c++ c++11

Using shared_ptr with char*

c++ c++11

Storing a raw pointer returned from a method into a smart pointer

c++ c++11 c++14

C++ constructor with rvalue reference

Stop on last element iterators C++

c++ iterator c++11

How do I extract the value_type from template parameters (std::vector and plain pointer)?

c++ templates c++11

filling up an array in c++ [closed]

c++ visual-c++ c++11

C++ reference changes when push_back new element to std::vector