Forum: C++ Dec 1st, 2008 |
| Replies: 3 Views: 676 this is a similar example to what i have. it's simplified but it still get's the same error.
i need to be able to use << operator to print out all information from class A. i have no idea how to... |
Forum: C++ Oct 10th, 2008 |
| Replies: 6 Views: 523 I'm having trouble initializing Objects while they're inside if else statements. I'm using Visual C++ 2008.
for instance:
class Account {
Account();
Account(int = idnum, double... |