Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Are return values going to be passed by rvalue reference in c++0x?

C++ equivalent of C# 4.0's "dynamic" keyword?

asynchronous function call C++0x

c++ c++11

std::atomic support in g++ 4.4.3

c++11 g++ atomic

Is it safe to modify mutable members of objects inside sets?

c++ set c++11 mutable

Why didn't they add an operator version of iota?

c++ c++11 iota

Variadic templates and dynamic cast

How many arguments to std::bind (VC 11 only supports 4)

c++ visual-studio c++11

Iteration over references?

Where does the destructor hide in this code?

Type specialization at compile-time

c++ linux templates gcc c++11

Why does the implicit "lambda to function pointer conversion" forbid the "by reference" capture of static members?

c++ lambda c++11

map with incomplete value type

c++ map c++11 std libc++

overload subscript operator does not return pointer

How generic is the {} construction syntax?

Is it possible to invoke a user-defined conversion function via list-initialization?

How can compiler optimizations affect code logic?

Shortest way to read Textfile to String [duplicate]

c++ string file text c++11

Compile-time (constexpr) float modulo?

how to use std::rel_ops to supply comparison operators automatically? [duplicate]