You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
1226Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
1025What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
1231Post New C++ General Questions
what is Loop function? What are different types of Loops?
give me an example for testing a program showing the test path .show how the test is important and complex.
What is a terminating character in c++?
Array base access faster or pointer base access is faster?
What is an inclusion guard?
What is a flag in c++?
What is the default access level?
Mention the ways in which parameterized can be invoked. Give an example of each.
What can I use instead of namespace std?
What are the rules for naming an identifier?
What is object in c++ wikipedia?
What is the difference between the parameter to a template and the parameter to a function?
What is the best way to take screenshots of a window with c++ in windows?
Describe the advantage of an external iterator.
Explain abstraction.