Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++03

What's the best way to return something like a collection of `std::auto_ptr`s in C++03?

The move function in unique_ptr C++03 emulation

With an std::ifstream, is there a difference between ignoring characters and seeking?

c++ iostream c++03

Change or check the openmode of a std::ofstream

c++ iostream ofstream c++03

How to do this with std::bind?

c++ c++03 std-function stdbind

Template meta-code and private members

c++ templates c++11 c++03

Why Does the Standard C++ Grammar Not Cover this Case?

c++ typedef to fix template args

c++ c++11 templates c++03

What was `auto` used for before?

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

Is it good practice to store copies of the same shared pointers in different vectors?

c++ shared-ptr c++03

Does std::vector::erase() invalidate the iterator at the point of erase?

c++ vector erase c++03

Returning pointer-to-member-function (without typedefs)

Which constructor is invoked here?

c++ c++03

How to iterate over a TR1 tuple

c++ tuples c++03 stdtuple

C++03 moving a vector into a class member through constructor (move semantics)

Do constant and reinterpret cast happen at compile time?

c++ casting c++03

How to create a std::map of constant values which is still accessible by the [] operator?

Reference collapsing under C++03

visual-c++-2008 c++03

Is it possible to get a string that would containing namespace and class name at compile time?

c++ class boost c++03

Is there a C++11 to C++03 converter? [closed]

c++ c++11 converter c++03