List down the guideline that should be followed while using friend function.
No Answer is Posted For this Question
Be the First to Post Answer
What is virtual table?
What is the protected keyword used for?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
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?
What is the arrow operator in c++?
Difference between Abstraction and encapsulation in C++?
What is called array?
What is the history of c++?
What is the difference between set and map in c++?
Difference between overloading vs. Overriding
How can we access protected and private members of a class?
What is the difference between method and message?