Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++03

std::make_pair, c++11 and explicit template parameters [duplicate]

c++ c++11 c++03

Is C++11 is faster than C++03 in terms of efficiency? [closed]

c++ c++11 c++03 low-latency

Why does std::setprecision(6) stream more than six digits in fixed-width mode?

c++ std iostream c++03

Is it valid C++ to cast an rvalue to a const pointer?

c++ c++11 c++03

Are undeclared copy-constructors automatically inline?

Does `std::find()` short circuit?

c++ vector iterator c++03

prevent template instantiation when template argument is zero

c++ templates boost c++03

How to setup a global container (C++03)?

Two-dimensional vector printing

c++ loops for-loop vector c++03

Why old usage (c++03) of auto does not compile under C++11?

c++ c++11 auto c++03

BOOST_FOREACH enters infinite loop when using "break"?

c++ boost c++03

stl find_if and case-insensitive string comparison

c++ string boost c++03

Emulating explicit cast in C++03

c++ c++11 c++03

How to wrap multiple function overloads with a generic TR1 function object?

Portable "typeof" of name with external linkage

c++ templates c++03

Factory with switch over enum that instantiates templates

Does a reference declaration introduce a new name for the referent?

Most vexing parse with array access

c++ c++03 most-vexing-parse