EDN Admin
Well-known member
Ive got this strange "HEAP CORRUPTION DETECTED" error when Im 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.
Ive no idea why this would happen! Please HELP ME!
View the full article
a new dynamic array and started transferring the first dynamic array to the second.
Ive no idea why this would happen! Please HELP ME!
View the full article