Yet another heap corruptionOh, yes... thank you :)
Yet another heap corruptionWell I debuged it with break points on all deletes. Then I removed the delete from Song's destructor...
Yet another heap corruptionYes [code]Song::Song(Song& s) { copy(s); } [/code]
Yet another heap corruptionI have operator= (as well as copy-constructor) [code] Song& Song::operator=(const Song& s) { if...
Yet another heap corruptionHello, I am having a problem with my program. [code] Album::Album(char *_name, Song *_songs, in...
This user does not accept Private Messages