Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Visual studio using the wrong template function for chrono::duration division

Union of function pointers

c++ c++11

For move assignment, will memory leak occur if destruction is left to the rvalue?

c++11 rvalue-reference

Are there any 100% C++11 compatible implementations of std? [closed]

c++ c++11 std standard-library

How do I convert a Unix timestamp string to time_t in C++11? [duplicate]

c++ unix c++11 time-t feedly

No match for 'operator*' error

c++ c++11

Is there a controllable way to slow down my C++ program on online judges?

c++ c++11

Simple std::sort not working

Porting code from gcc to clang

Passing a class member function to for_each

class c++11 for-loop foreach

Should I declare wrappers for C functions noexcept?

c++ c c++11 exception noexcept

Why does std::put_time(std::gmtime with the %z format give back +0100 for UTC?

c++ c++11

Undefined symbols for C++0x lambdas?

c++ debugging lambda c++11

Use lambda through std::function reference, you cannot modify the value in lambda

c++ c++11 lambda c++17 c++14

std::shared_ptr use_count() value

c++ c++11

Why do access modifiers affect list initialization? [duplicate]

std::map of string to boost::thread_specific_ptr

c++ boost c++11 g++ std-pair

Confusion about what is actually happening with this decltype statement

c++ c++11 decltype

Why are `const` pointers to functions not usable in a constant expression?