What is a "RTTI"?
Answers were Sorted based on User's Feedback
Answer / roshanpr
RTTI stands for run time type identification.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / sarmistha
RUN TIME TYPE INFORMATION. Afacility that allows an object
to b queried at runtime to determine its type.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / manju
RTTI stands for Run Time Type Information.It is used to
provide information about the dynamic type of an object.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / saravanan
already they had given abbr actually to find the runtime spec
we are using typeid() and typeinfo().
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijayanand
Declares a TestNamer for the specified type, using RTTI if
enabled, otherwise using macro string expansion.
RTTI is used if CPPUNIT_USE_TYPEINFO_NAME is defined and
not null.
Run-time Type Information
| Is This Answer Correct ? | 0 Yes | 0 No |
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Array base access faster or pointer base access is faster?
What is a linked list in c++?
What are punctuators in c++?
How many pointers are required to reverse a link list?
write a programming using for loop in c++ to generate diamond trangel?
What are maps in c++?
Can user-defined object be declared as static data member of another class?
Out of fgets() and gets() which function is safe to use?
What is input operator in c++?
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
write the prime no program in c++?