You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
1159Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
968What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
1168Post New C++ General Questions
What is general form of pure virtual function? Explain?
Differentiate between late binding and early binding.
Explain register storage specifier.
Is c++ proprietary?
What is c++ try block?
Difference between struct and class in terms of access modifier.
Do you know what is overriding?
Write is a binary search tree? Write an algo and tell complexity?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is a binary file? List the merits and demerits of the binary file usagein C++.
What are the methods of exporting a function from a dll?
What is the main use of c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Is java a c++?
Which programming language is best to learn first?