Forum: C++ May 15th, 2007 |
| Replies: 19 Views: 2,385 how did i b'come a part of this !!! gggggggeeeeeeeeesssssssshhhhhhh. |
Forum: C++ May 14th, 2007 |
| Replies: 19 Views: 2,385 Were you referring to something else mate? |
Forum: C++ May 14th, 2007 |
| Replies: 19 Views: 2,385 you are trying to access a private member with your object in the main function.
cin >> film.i;
is not supposed to work cos its film is trying to access a member( i ) that has been declared... |