Explain the use of virtual destructor?
No Answer is Posted For this Question
Be the First to Post Answer
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What does ios :: app do in c++?
What's the best free c++ profiler for windows?
What is c++ manipulator?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Can I run c program in turbo c++?
What is the use of default constructor?
Can you pass an array to a function in c++?
How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?
check whether a no is prime or not.
How should a contructor handle a failure?