STL (140)
OOPS (873)
C++ General (2409)
What is the use of this pointer in c++?
What does the ios::ate argument do?
In the derived class, which data member of the base class are visible?
what are the iterator and generic algorithms.
What is object file? How can you access object file?
Write syntax to define friend functions in C++.
What is the use of namespace std in C++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Is eclipse good for c++?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is overriding in oops?
What is the difference between virtual functions and pure virtual functions?
Write about the stack unwinding?
Explain virtual destructor?
What are pointer-to-members? Explain.