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
Why do we use iterators?
Explain dangling pointer.
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is stl containers in c++?
What is low level language in simple words?
What is the use of register keyword with the variables?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
How const int *ourpointer differs from int const *ourpointer?
What is setf in c++?
What's the hardest coding language?
How delete [] is different from delete?
What is a class template in c++?
How should a contructor handle a failure?
Explain the differences between private, public and protected and give examples.
How does code-bloating occur in c++?