Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

for_each on a reverse_iterator of a custom bidirectional iterator requires OutputIterator

How to multithread reading a file in c++11?

c++ multithreading c++11 mutex

Is it possible to use range-based for loops with iterator ranges?

c++ c++11 stl

Results of tbb::parallel_reduce and std::accumulate differ

c++ c++11 reduce tbb

Why does the print statement change the value of pointer?

c++ pointers c++11

Type alias for std::function

c++ function c++11 type-alias

Merge two lists c++

c++ c++11

Automatically select a C++11-compatible g++ version in the Makefile

c++ c++11 makefile

C++0x auto cannot deduce the type of vector<int> member function pointer

c++ c++11 vector auto

std::map find not working in C++ [duplicate]

c++ string c++11 stl omnet++

Why is my function overload not preferred over my templated one?

Purpose of Dummy Parameter in Postfix Operator Overload? c++

Is nullptr used to terminate C-style strings?

c++ c pointers c++11 c-strings

Compile time replacement of string constants with integers

c++ c++11

Why can't I get any performance improvements by running multiple threads in C++11?

c++ std::map get element with highest key below X?

c++ c++11 stl stdmap

How to map ranges to values?

c++ c++11

Is this a misuse of unique_ptr?

c++ c++11 c++14

Shared pointers not increasing the use_count

Singleton object using unique_ptr

c++ c++11