Sunday, February 5, 2012

C++ Friend Functions/Classes Example

Posted by Jason On September - 29 - 2009

An Example/Tutorial of how to use Friend Functions/Classes in C++

Friend Functions and Classes are Functions/Classes that can access another Class’s Private Members without having to be a derived class or member function.  This is done by the keyword “friend”

C++ Friend Functions/Classes Example

Add A Comment

You must be logged in to post a comment.