Answer Posted / 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 |
Post New Answer View All Answers
What is atoi?
Refer to a name of class or function that is defined within a namespace?
Why c++ does not have finally?
Difference between a copy constructor and an assignment operator.
Write a c program for binary addition of two 8 bit numbers.
Is python written in c or c++?
What is bubble sort c++?
What is the use of endl in c++ give an example?
What is the extraction operator and what does it do?
How is c++ different from java?
Explain the differences between list x; & list x();.
Why is c++ awesome?
Difference between an inspector and a mutator
Explain Memory Allocation in C/C++ ?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?