Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How to initialise a vector member variable in the class definition?

Which parts of the C standard library are not covered by (the rest of) the C++ standard library?

Can a C++ enumeration be made bigger than 64 bits?

c++ c++11 enums

unable to apply std::set_intersection on different types of structs with a common field

std::forward of a function passed via universal reference?

Proper boolean random generator (Bernoulli distribution)

std::unique_ptr and pointer to pointer

c++ c++11 unique-ptr

Is it C++ standard-compliant to define a variable using `A<int>::template B<int> x;`? [duplicate]

How to properly create a custom exception with a message?

c++ exception c++11

Compile-time generate integer sequence with one left out

c++ templates c++11

Why function template does not understand NULL but works with nullptr?

c++ c++11

How to work around the fact that std::function has no operator==?

c++ c++11

Attempting to reference a deleted function when using a mutex

Alternative to "extern template" in every source file

c++ templates c++11

A way to filter range by indices, to get min_element from filtered indices only?

c++ templates c++11 boost c++14

Performing intersection of vector c++

c++ c++11 vector

Make Boost Dijkstra algorithm stop when it reaches a destination node

c++11 dijkstra boost-graph

return a value without return type declaration in template, is this a typo?

C++ hexfloat compile-time parsing

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

How do I properly initialize 'struct stat' using C++11?

c++ c++11