int** elements=new int* [1];*elements[0]=8;delete[] elements;
Unhandled exception at 0x004113ec in intArray_t.exe: 0xC0000005: Access violation writing location 0xcdcdcdcd.