Hello to all,
I have a baffling problem with printf in Borland c++ v5.2 as follows:
If I use the command:
Printf(“ ”);
Before the condition :
If(b[loc[pn][0]][0] == loc[pn][0]){
….
}
My code works correctly, but if I delete it this error occurs:
“Threat stopped access violation at 0x403492 read of address … “
Have every one experienced a similar problem or could help me?
I have a baffling problem with printf in Borland c++ v5.2 as follows:
If I use the command:
Printf(“ ”);
Before the condition :
If(b[loc[pn][0]][0] == loc[pn][0]){
….
}
My code works correctly, but if I delete it this error occurs:
“Threat stopped access violation at 0x403492 read of address … “
Have every one experienced a similar problem or could help me?
Comment