delete[] function. |
|
delete[] pointed memory from free store, why compiler says that I multiple initialize the pointer? Once destroyed I am able to create, if I want, another one with the same name but different random address, don't I?int* from the last line it should compile without errors. |
|
|
|
|
|
|
|