|
From: Alison Z. <ali...@au...> - 2004-03-24 00:22:33
|
Hello All, I got the above error message when i run my program under valgrind. I do not quite understand what is wrong with my code: float **pts //defined in header file np = nPlanes; //nPlanes is a constructor prameter pts = new float*[np]; //this line is in constructor, it causes the above error Can anyone please tell me what is wrong here. Thanks a lot |