What are pointer-to-members? Explain.
No Answer is Posted For this Question
Be the First to Post Answer
Difference between Constructors and static constructors?
how to create window program in c++.please explain.
What is static function and static class?
Can c++ do everything c can?
What is null pointer and void pointer?
Tell me difference between constant pointer and pointer to a constant.
How is static data member similar to a global variable?
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
What is array in c++ pdf?
When do we run a shell in the unix system?
Write a note about the virtual member function?
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.