T
Tau
look my simple code below(vc8):
double ends[2][3];
ends[0][2]=8.3;
when i debug it, the variable ends[0][2] cannot be displayed in the
watch window.
it just said "error: index '0' out of bound for pointer/array 'ends'".
why would this happen? Is it a bug of VC8?
Thanks in advance!
double ends[2][3];
ends[0][2]=8.3;
when i debug it, the variable ends[0][2] cannot be displayed in the
watch window.
it just said "error: index '0' out of bound for pointer/array 'ends'".
why would this happen? Is it a bug of VC8?
Thanks in advance!