User profile: petersrolo

User info
User name:petersrolo
History
Joined:
Number of posts:21
Latest posts:

Friend function can't access private members
I've rewritten the code using friend functions after messing around with it and now it compiles. Now...

Friend function can't access private members
Wow that works. Why does it work if you return a reference?

Friend function can't access private members
Thanks 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 Help
You must give your variable value an actual value before you check it in your if statement. Here you...