User profile: flower07

User info
User name:flower07
Name:Flower
Location:India
Website:http://cyberdrop.blogspot.com
Bio:I am a lifetime learner!
Statistical data
Birthdate:Jun 18, 1984
Gender:Female
Occupation:Consultant
Skills:C
C++
History
Joined:
Number of posts:11
Latest posts:

Please Explain Me This Output
mgupta Thanks for the reply. [quote]derived():base() means you explicitly want to call the base()...

Please Explain Me This Output
I have this code in Visual Studio 2008 [code]class base { protected: int i; public: base...

Run time error
From line 25, Grey is allocating and deleting memory for a pointer to a pointer (Double Pointers) ...

Two Virtual Functions
I am just giving it a try. Please correct me if I am wrong. [b]1. Base Class Object (A a)[/b] ...

Two Virtual Functions
Thanks for you replies friends. As you say if the function f() is virtual both in the Base class and...