User: rize revolution

  • Public profile

User profile: rize revolution

User info
User name:rize revolution
History
Joined:
Number of posts:10
Latest posts:

Inheritance with Anonmous members
Hello Everyone, I have a class A from which classes B and C derive. There is an existing anonym...

Deleting contents frmo std::vector
I think I got it. [code] for( ; iter!=myVec.end() ; ) { if( *iter == var_1 || *iter ...

Deleting contents frmo std::vector
I 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