Friend function can't access private membersI've rewritten the code using friend functions after messing around with it and now it compiles. Now...
Friend function can't access private membersWow that works. Why does it work if you return a reference?
Friend function can't access private membersThanks for the advice about returning references, I've looked them up now and I understand why it's ...
Having difficulty understanding what is being asked Can you use c-style strings if you aren't allowed to you the string class?
Error Checking in Program HelpYou must give your variable value an actual value before you check it in your if statement. Here you...