Image

Imageantilamer wrote in Imagecpp

1)What is the difference between delete and delete []?
2)I have two absolutely different programs in VC++6 and both of them show a memory leak of 33 and 40 bytes after termination not depending on what variables I declare, even if I don't declare any at all and don't call any methods. (there are no globals or static objects of my classes). I have not tested the 1st one in VS2003.NET but the 2nd doesn't show a memory leak in it. Is it a bug of VC++6?