Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is declaring a reference and passing it in the same as just passing by reference?

c++ c++11 reference

C++11 std::conditional at runtime?

C++11 std ref to ECMAScript (Javascript) spec?

javascript c++ c++11

std::bad_weak_ptr while shared_from_this

c++ c++11 shared-ptr

Returning value from shared pointer vector string

c++ c++11 vector shared-ptr

Ranged-based for with range_expression returning non-null items from std::vector

c++ c++11 iterator

SFINAE and sizeof vs constexpr

c++ c++11 constexpr sfinae

How to multithread queue processing

Searching std::unordered_set by hash value and predicate

c++ boost c++11 unordered-set

How to find minimum element in a given range of indices for a vector?

Unbinding a lambda event handler

c++ c++11 wxwidgets

What's the difference between lambda and std::function?

Is is possible to make scoped enum identifiers driectly accessible in C++? [duplicate]

c++ enums c++11

For vs While for finding last item in linked list

c++ c++11 for-loop while-loop

Why can't the type of std::initializer_list be deducted in such a case? [duplicate]

c++ c++11 initializer-list

std::partition quick sort implementation [closed]

c++ c++11 quicksort

How to update recently entered element in std::vector<pair<int, int>>?