News

I'm at my wits end! Background:I have a CD class with private data and public methods, that works fine.I have declared as friend the istream and ostream objects to allow cin >> object and cout ...
Is it poor programming practice to pass parameters as objects? Are you making code more maintainable? Or just covering up poorly defined methods?