#C++ Forward Referencing
21-Mar-90 07:57:16
Sb: #24511-#C++ Forward Referencing
Fm: Bob Goldrich 73427,2414
To: John M. Dlugosz 74066,3717
John,
See Phil's message and my reply. It doesn't seem to be a bug, just a
'gotcha' of C++. Thanks for the help.
-Bob
nst Vector& v1 ) ;
says is "function 'trans' belonging to class 'Matrix' is granted access
to 'Vector's private members". No knowledge of Matrix is required other
than to give 'trans' access. That seems innocent enough, but I guess that's
the way it is. Doesn't seem right, somehow… -Bob