Home > Software engineering >  Seek expert help 0 x00007ff618bb3c4d in untreated exception (in evacuation. Exe) : 0 xc0000005:0 XFF
Seek expert help 0 x00007ff618bb3c4d in untreated exception (in evacuation. Exe) : 0 xc0000005:0 XFF

Time:10-05

Float=b * * * * * * (float) new float [20].
for (int i=0; i<20; I++)
{
[I]=b (float * *) new float [33].
for (int j=0; j<33. J++)
{
B [I] [j]=new float [33].
}
}


for(int i=0; i<20; I++)
{
for(int j=0; j<33. J++)
{
For (int k=0; K<33. K++)
{
B [I] [j] [k]=2.0;
}
}
}

A debugging is wrong, but bring out the individual to create a new console application, and can run
Seems to be compiled, under win32 is no problem, compiled into x64 error, ask ace to solve

CodePudding user response:

64 to recompile and breakpoint debugging tracking and have a look

CodePudding user response:

Collapsed in the pop-up dialog box, press the corresponding button to enter debugging press Alt + 7 key to view the Call Stack, namely "the Call Stack" from the inside to the following out of from the inner to outer function Call history, double-click a row to the cursor to the Call of the source code or assembly instruction, don't understand when double click on the next line, until we can read ,
  • Related