User: DonMito

  • Public profile

User profile: DonMito

User info
User name:DonMito
History
Joined:
Number of posts:5
Latest posts:

Yet another heap corruption
Oh, yes... thank you :)

Yet another heap corruption
Well I debuged it with break points on all deletes. Then I removed the delete from Song's destructor...

Yet another heap corruption
Yes [code]Song::Song(Song& s) { copy(s); } [/code]

Yet another heap corruption
I have operator= (as well as copy-constructor) [code] Song& Song::operator=(const Song& s) { if...

Yet another heap corruption
Hello, I am having a problem with my program. [code] Album::Album(char *_name, Song *_songs, in...

This user does not accept Private Messages