JackMorris
Technical User
I want to allocate run time memory with new operator inside a for loop. It does fine for the first time but wouldnt work for the second time (and then after) of the for loop. Is there any way out?
1.I dont want that memory after I finish that loop...I tried to delete with delete operator at the end of the loop but it doesnt work.
Help will be highly appreciated.
Jack
1.I dont want that memory after I finish that loop...I tried to delete with delete operator at the end of the loop but it doesnt work.
Help will be highly appreciated.
Jack