And one more question, are you sure you need struct infoRow to be located inside Temp class?
And one more question, are you sure you need struct infoRow to be located inside Temp class?
I'm a rebel in the S.D.G.
Thanks for the replies.
* InfoRow doesn't have to be inside the Temp class, but it logically makes sense for it to be there. I could just make it a global, but Temp and its friend class are the only classes that will use InfoRow.
* I realize Temp doesn't have any private members. I just wrote out some code in the reply message box to demonstrate what I meant. In actuality, my class has a bunch of private members that needs to be accessed by "FriendOfTemp".
Bookmarks