Really strange compiler behaviourI (accidentally) had code along the lines of this: [code] class foo {}; class bar { public: ...
Read last line text filea better way for doing the splitting: [code]std::string::size_type tmp; std::vector<std::string> val...
function problemjust guessing: [code]und[/code] might be the size of the stack after an element has been popped The...
Why is type_info noncopyable?ok... so [code]std::type_info ti_1&=typeid(some_object); std::type_info& ti_2&=typeid(some_other_obj...
Why is type_info noncopyable?This is a question just out of interest - why are std::type_info's operator= and copy constructor pr...