Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Should I extend std::less for a comparison functor?

c++ stl c++03

Factory with switch over enum that instantiates templates

How Can I Swap Map Elements without Moving?

c++ c++11 dictionary swap c++03

No type named 'unique_ptr' in namespace 'std' when compiling under LLVM/Clang

Can I abuse a predicate to perform operations on the elements before remove_if removes them?

c++ algorithm c++03

how to do a binary search on a vector to find element with certain id?

c++ vector binary-search c++03

Shouldn't access to private types be prohibited?

c++ c++11 c++03

How do I get the member function pointer of a destructor?

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

Does *&++i cause undefined behaviour in C++03?

Most vexing parse with array access

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