What is the use of the this pointer?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• It points to the calling object and is used to resolve scope issues, especially with member functions
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• It points to the calling object and is used to resolve scope issues, especially with member functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
• It points to the calling object and is used to resolve scope issues, especially with member functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??
What is a v-table?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What does ios :: app do in c++?
What is a far pointer? where we use it?
Is c++ a difficult language?
How to implement is-a and has-a class relationships?
What is the full form of ios?
Is map thread safe c++?
What is a multiset c++?
What is copy constructor? Can we make copy constructor private in c++?
What are c++ stream classes?