Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Confused by lambda output in this case

c++ c++11 lambda

Understanding C++ make shared pointer with const arguments

c++ c++11 boost smart-pointers

Implicit cast to bool of basic_istream/ifstream/ofstream doesn't work in Visual Studio 2013

c++ copy control issue

c++ string pointers c++11

Elegant way to provide flatting iterator for vector of vectors

c++ c++11 vector c++14

Can an app compiled against GNU++98 / libstdc++ link to a dylib built against C++11 / libc++?

c++ xcode c++11 linker dylib

Calling private function in lambda from outside the class

c++ c++11 lambda this

Passing std::array to a function that accepts C style array by address [duplicate]

c++ arrays c++11

Underscores, names and literal operators

C++ POST request with cURL + JSON Lib

c++ json c++11 curl

Return value of a find function searching through a vector of unique_ptr's

Final non-polymorphic class in C++11

Copying std::vector of primitive types behavior

Constrain QGraphicsItem movement with mouseMoveEvent

0.1 vs 0,1 in c++, why does neither result an error? [duplicate]

c++ c++11 c++14

Cannot invoke std::function

Separation of interface from implementation in an inheritance hierarchy (C++ newbie)

c++ c++11

Why copy constructor not called when object passed to a function [duplicate]

c++ c++11

Invalid conversion to non-const reference in C++0x... bug in std::pair?

c++ c++11