User profile: theranga

User info
User name:theranga
History
Joined:
Number of posts:125
Latest posts:

Really strange compiler behaviour
I (accidentally) had code along the lines of this: [code] class foo {}; class bar { public: ...

Read last line text file
a better way for doing the splitting: [code]std::string::size_type tmp; std::vector<std::string> val...

function problem
just 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...