Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

std::thread::thread attempting to reference a deleted function

Storing lambdas as members confusion

std::transform to copy one array of struct to another

c++ c++11 c++14

returning a string from a function

Invalid conversion from BaseClass* to DerivedClass*

c++ inheritance c++11

Can I delete a std::function object from within its target function during invocation? [duplicate]

c++ c++11 lambda std-function

In a C/C++ program, can you define a global variable that is not accessible by a certain function?

c++11

Boost.Spirit mini_xml2.cpp example could not be compiled by C++11, Boost 1.55

c++ boost c++11 boost-spirit

functions as template arguments

c++ c++11 templates

Mixing C++11 threading operations with QThread operations

Does g++'s std::list::sort invalidate iterators?

c++ c++11 iterator g++

Clean way to put lambda in class definition

buckets in std::unordered_multiset

c++ c++11 unordered-set

Does this method of getting last element in template parameter pack have hidden overhead?

Which gnu attributes have c++11 syntax?

c++ c++11 gcc

C++0x threads question

What more does using constexpr gives instead of just static const variables?

c++ c++11 constexpr

Range based for loop, using pointer to string

c++ c++11

Extract values from a set according to a given probability distribution