What is the type of 'this' pointer? When does it get created?
No Answer is Posted For this Question
Be the First to Post Answer
What are friend classes? What are advantages of using friend classes?
Write about c++ storage classes?
What is stream and its types in c++?
What are function poinetrs? where are they used?
When does the c++ compiler create temporary variables?
why we cant create array of refrences
the first character in the variable name must be an a) special symbol b) number c) alphabet
What is the latest version on c++?
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?
Explain one method to process an entire string as one unit?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
How to implement flags?