I'm at my wits end! <BR><BR>Background:<BR>I have a CD class with private data and public methods, that works fine.<BR>I have declared as friend the istream and ...
I've got a very complex object (1000+ properties, and the properties are occasionally changed by another team.) and I am writing code to undo changes if the user desires. (I'm implementing ...