Recent content by D.Z
-
D
Debug Assertion Failed ( Matrix Class)
Thank you .. i let arr to arr[20] so that it contains more than enough pointers in case the user wanted to extend the Matrix.. now it is working without errors.. :) :) for now this is the only way i know for this class.. in the future when i learn vectors , i think i will discover simpler...- D.Z
- Post #3
- Forum: Programming and Computer Science
-
D
Debug Assertion Failed ( Matrix Class)
i tried to debug the following code and it crashes in the end at the curly bracket } i think i have a problem in the destructor .. Can anybody tell me why this happens ?? knowing that the Matrix extends and shrinks as i wish and all the functions work perfectly...- D.Z
- Thread
- Class Matrix
- Replies: 2
- Forum: Programming and Computer Science