cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
A little help here please
A little help here please
Feb 24, 2013 at 5:03pm UTC
Sarmadas
(90)
what is the general syntax for declaring two-way friendship in 2 classes
Feb 24, 2013 at 5:07pm UTC
Peter87
(11234)
1
2
3
4
5
6
7
8
9
class
A {
friend
class
B; };
class
B {
friend
class
A; };
Topic archived. No new replies allowed.