You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
1170Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
978What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
1185Post New C++ General Questions
What are virtual constructors/destructors?
What do you mean by funtion prototype?
What is object in c++ wikipedia?
Why is c++ difficult?
Should I learn c or c++ or c#?
what kind of projects are suitable for c and c++
Explain how an exception handler is defined and invoked in a Program.
Write a program to find the Fibonacci series recursively.
What is the difference between strcpy() and strncpy()?
What it is and how it might be called (2 methods).
What is the difference between new() and malloc()?
What does floor mean in c++?
Write about a nested class and mention its use?
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
What does the nocreate and noreplace flag ensure when they are used for opening a file?