|
-
May 9th, 1999, 11:08 PM
#1
C++ arrays and friends
I have established friendship between 2 classes. I am having trouble printing the friend data. I know the code is wrong because it prints in order of the array within the for loop but I don't know what else to try. HELP!
for (x=0; x<2; x++)
{
cout << endl;
somePatients[x].patientDisplay(someVets[x]);
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|