Answer Posted / lylez00
Don't include unnecessary header files.
Don't link with unneccesary object files.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
How do you invoke a base member function from a derived class in which you have not overridden that function?
What is #include c++?
Why use of template is better than a base class?
How a new element can be added or pushed in a stack?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Is sorted c++?
Can we change the basic meaning of an operator in c++?
What is iostream in c++ used for?
What will the line of code below print out and why?
Which bit wise operator is suitable for putting on a particular bit in a number?
Explain one-definition rule (odr).
What is decltype c++?
What is the use of register keyword with the variables?
Is it possible to use a new for the reallocation of pointers ?
What are the implicit member functions of class?