Inheritance with Anonmous membersHello Everyone, I have a class A from which classes B and C derive. There is an existing anonym...
Deleting contents frmo std::vectorI think I got it. [code] for( ; iter!=myVec.end() ; ) { if( *iter == var_1 || *iter ...
Deleting contents frmo std::vectorI have a scenario where I need to delete the contents of an std::vector. [code] // some code th...
How to return a std::string.c_str()Yes. Using std::string might as well do. However, this is a legacy method and I would like to use it...
How to return a std::string.c_str()Hello Everyone, I have a method which returns the constant char pointer. It makes use of an s...
This user does not accept Private Messages