Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how do u identify RTTI in vc++

Answers were Sorted based on User's Feedback



how do u identify RTTI in vc++..

Answer / amol vaidya

Check if class is derived directly or indirectly from
CObject. CObject provides facility of RTTI.

With this functionality enable IsKindof like functions can
be used and utilised any where for that object.

Is This Answer Correct ?    13 Yes 2 No

how do u identify RTTI in vc++..

Answer / zero zero...

Check if class is derived directly or indirectly from
CObject. CObject provides facility of RTTI check to its
derived classes.

&#61558; DECLARE_DYNAMIC and IMPLEMENT_DYNAMIC, permit run-
time access to the class name and its position in the
hierarchy. This, in turn, allows meaningful diagnostic
dumping.

&#61558; CObject::IsKindOf function to determine the class
of your objects at run time.

Is This Answer Correct ?    8 Yes 1 No

how do u identify RTTI in vc++..

Answer / santhosh

with the help of IsKindOf function is used to achieve RTTI.

Iskindof function is used to test the objects relationship to the given class.

this function works only for a class delared the below macros,
- DECLARE_DYNAMIC
- DECLARE_DYNCREATE
- DECLARE_SERIEL

Is This Answer Correct ?    0 Yes 0 No

how do u identify RTTI in vc++..

Answer / raghavender

In VC++ compiler project properties->C/C++ ->language-
>Enable Runtime Information to YES (/GR) compiler option

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More MFC Interview Questions

if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first

10 Answers   Siemens, Symphony,


What types of threads are supported by MFC framework?

2 Answers  


What are the advantages of using Doc/View or SDI over DialogBox

2 Answers  


What is subclassing?

2 Answers  


how u can move CDC pointer to one line in cview?

2 Answers  


I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)

2 Answers   Invensys,


How to setup a timer?

3 Answers   IBM,


what is the size of a process

2 Answers   E Logic, IBM,


is it possible to display a window .without using windowclass

1 Answers   E Logic,


What is socket?

3 Answers  


What is difference between the TCP/IP and UDP socket

5 Answers   Invensys,


How you create a button dynamically?

2 Answers  


Categories