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 the advantage of c++ over c?
What do you mean by ‘void’ return type?
What is function prototyping? What are its advantages?
How can you quickly find the number of elements stored in a static array?
Do you know about C++ 11 standard?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Why ctype h is used in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is an adjust field format flag?
What is the basic difference between C and C++?
Does c++ have foreach?
In the derived class, which data member of the base class are visible?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is flush programming?
What are the various oops concepts in c++?