From the category archives:
C++ Programming Cheat Sheets will help you learn the finer nuances of programming and the best practices.
Accessing Private data members of a class from a different class’s member function using Friend Function
Accessing data members of a Private Class using a normal function outside the scope of the class by making it a friend function.
WordPress - Vaibhav Kanwal