Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How should exceptions be used in modern C++? [closed]

Conditional enable an alternative assignment operator

Support for Type Properties in g++

c++ gcc c++11 g++ typetraits

using std::shared_ptr with a protected constructor\destructor [duplicate]

c++ c++11 shared-ptr

Mapping external error codes to std::error_condition

Default parameters to restrict(amp) functions

Is there a proper 'ownership-in-a-package' for 'handles' available?

Unexpected overload resolution with default function template parameter

Is std::async broken in gcc 4.7 on linux? [closed]

Generating pseudo-random integers from a changing interval efficiently

c++ random c++11 integer

Convert between string, u16string & u32string using libstdc++

TBB possible memory leak

Lambda returning lambda incorrectly infers return type?

Portable method to package C++11 program sources

Interdependent class templates design?

c++ class templates c++11

"static_cast<To>(from)" if and only if "To to{from}", or not?

Handling std::function with SWIG

c++ c++11 swig

why vector<double> accepts initializer_list with integer elements?

c++ c++11

Detect dangling references to temporary

invalid operands to binary expression ('std::ostream' (aka 'basic_ostream<char>') and 'const char *') [closed]

c++ c++11 clang cheerp