What is the use of 'this' pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by zombie objects in c++?
Explain the differences between private, public and protected and give examples.
Is c++ double?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What happens if an exception is throws from an object's constructor and from object's destructor?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
Is c better than c++?
wap to accept 10 numbers & display the number of odd and even numbers??
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
Is recursion allowed in inline functions?
How do you establish an is-a relationship?
How do you declare A pointer to function which receives an int pointer and returns a float pointer