Quote
Unhandled exception at 0x76FBF8E9 (ntdll.dll) in a.exe: 0xC0000005: Access violation writing location 0x007A5A74
Mind you, this is happening during the delete[] A operation. It has to be since the statement immediately preceding it is executing and the statement immediately following it is return 0; to end the program.
cout << endl << "Total time: " << timer << " ms\n"; //this output occurs delete[] A; return 0;
Anyone have any ideas on this?

New Topic/Question
Reply



MultiQuote



|