"HEAP CORRUPTION DETECTED"

  • Thread starter Thread starter FPSLemoneko
  • Start date Start date
F

FPSLemoneko

Guest
I've got this strange "HEAP CORRUPTION DETECTED" error when I'm trying to transfer the components in a dynamic array to another using a for loop. What I did was I used reinterpret_cast to convert an argument into a dynamic array. Then I created a new dynamic array and started transferring the first dynamic array to the second.

I've no idea why this would happen! Please HELP ME!

Continue reading...
 
Back
Top