Hello,
When watching an array with repeating values, I remarked this 8) :
array_var
- : 6
[1] : 0 <repeat 27 times>
[2] : 5
the last index should be [28] instead of 2.
Good luck
which OS ?
which version of C::B ?
which compiler and version?
which debugger and version ?
hi,
cb : 8.02 nightly build svn 5322
os : windowsxp sp3
compiler:I use mingw gcc, g++ 3.4.5
debugger:I use mingw gnu gdb 6.8
good luck
fixed in svn (r5326).
I'll wait for the next Nightly build :D
thanks