Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Get the result type of a function in c++11

c++ templates c++11 typetraits

C++: Empty if statement

c++ if-statement

C++11 how to identify atomic type at compile time (via mtl or defines)?

c++ boost c++11 atomic

Calling pure virtual function in constructor gives an error [duplicate]

C++: Questions about using namespace std and cout [duplicate]

c++ c cout

How to add an element into the vector of pointers?

c++ pointers vector

Initialise an Stl Vector of type T* from an array of type T

c++ arrays vector c++11 stl

what's the "#define XXX" 's value?

c++ string

Declaration of 'int accidents[5]' shadows a parameter error

c++ function parameters shadow

Iterating over a QList backwards

c++ qt iterator

Efficiency of registry call vs. storing user options in a static variable

c++ windows

How to return a string from a C++ function? [closed]

c++ string return-value

Get a double from boost::chrono::steady_clock::now()

c++ boost

C++ slow read/seekg

c++ file seekg

Return NULL in function that should return a vector

c++ vector null

Repository of buggy compiler versions for C++11 support

c++ c++11 build

Weird compiler decision

c++ g++

auto_ptr pointing to a dynamic array

c++ auto-ptr

Is there a way to return null instead of custom object (not pointer)?

c++ class pointers null

Comparing Floating Point Nos - Google Test Framework