Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why std::pair requires both pair( const T1& x, const T2& y ); and pair( U1&& x, U2&& y ); [duplicate]

c++ c++11 language-lawyer

GCC and clang disagree on a parameter whose default value is a function with the same name as the parameter [duplicate]

C++ std::unique_ptr but non movable?

c++ c++11 unique-ptr

Need help in understanding meaning of ' string ltrim(const string &) '

Save state of c++11 random generator without using iostream

c++11 random

May I use a template for a constant?

c++ c++11

make_unique availability in Xcode5?

c++ c++11 xcode5

Make loop variable a constant in C++

Is there an easy and efficient way to dynamically change a data type once that data type's limit has been reached?

c++ c++11 types

Was LWG1203 "More useful rvalue stream insertion" retroactively applied to C++11 or C++20?

How to query for all base classes of a class at compile time?

Reading 500 inputs on one line via std::cin produces garbage

c++ c++11 cin

Class seems incomplete at the point of implicit instantiation, can instantiated function legally use it? [duplicate]

C++ Is "class Name*" a class pointer?

128 bit compare and swap intrinsic

c++ c++11

How to create variadic template function to shift the argument values and handles both lvalues and rvalues?

static_cast complex<short> to complex<double> in c++

no out-of-line virtual method definitions for full-specialized template class

c++ c++11 templates clang

cross-compiling c++11 threads with mingw on linux