When must you use a pointer rather than a reference?
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
How does c++ sort work?
How can you tell what shell you are running on unix system?
What is setf in c++?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What does '\r' and '\b' mean? Please explain with example.
Write a program to concatenate two strings.
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What is setbase c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Can we change the basic meaning of an operator in c++?
What do the header files usually contains?