Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why do we always check if input fails but not output?

c++ c++11

Building simple GUI without resorting QT or .NET using native C++?

c++ user-interface c++11

Meyers singleton and dynamic libraries

Looking for critique of my thread safe, lock-free queue implementation

Smart pointers with addrinfo struct

Accessing elements from map<key, set<datatype>>

c++ c++11 map set

Is this warning related to enum class size wrong?

c++ gcc c++11 enums

Which function prototype is invoked (and how) when assigning a function to a std::function type?

c++ c++11 std-function

virtual overloading vs `std::function` member?

c++ c++11

Custom compile error message when undefined subtype is accessed

Concatenate compile-time strings in a template at compile time?

C++11 chrono create time_point from number

c++11 chrono

std::locale segfault on OS X, cannot reproduce on any other platform

How string pop_back is implemented in constant time?

c++ string c++11 erase

shared_ptr destructor, copy and incomplete type

Is there a way to let template function automatically deduce an iterator's underlying data type?

c++ templates c++11 iterator

Expand parameter packs with different lengths

Iterator in C++

Mixing C and C++ sources in cmake [duplicate]

c++ c c++11 cmake

How do I specify a custom hash function explicitly for unordered_set by passing a named function?

c++ c++11 hash