Recent content by D.Z

  1. 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...
  2. 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...
Back
Top