Re: Test Program Hangs after reading table



(1) I looked again and did not see where OP was reseting
value of n within the For loop.

Isn't this illegal anyway? I could swear i accidentally did this one time
and the compiler would not let me get away with it.

(2) Are results from TADOTable.RecordCount reliable?
Could it have returned a very large number?

And i also thought this was a no-no to use this because it did not work
right? Isn't this Bug number 2676 in QC?



.



Relevant Pages

  • Re: [9fans] Unexpected 8c warning message
    ... just zero the variable before the loop. ... you don't want the compiler warnings, ... I perfectly knew that there were no true bug. ... I've honestly thought that 8c was designed to issue only "true" warnings and that the message was just due ...
    (comp.os.plan9)
  • Re: Use of unassigned local variable?
    ... Yes, you can turn that warning on. ... the problem here is that the unassigned variable is always an error but the compiler incorrectly detects provably-assigned situations as unassigned. ... I understand keeping the language definition simple, but in this case the very act of changing the code to get rid of the error can lead to the very bug that the error would otherwise be protecting against. ... It's fine for the compiler author and/or language designer to say that the compiler shouldn't be required to analyze loop conditions when deciding whether a variable is initialized or not, but if that's the choice that's made, the compiler shouldn't be making the uninitialized variable condition an error. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How much tuning does regular lisp compilers do?
    ... | miss each and every time through the loop. ... In my conversations with people who *are* experienced compiler ... It's not only about time to load the cache line, ... We refused to buckle to this kind of hardware bug; ...
    (comp.lang.lisp)
  • Re: Rounding error when doing float-to-integer
    ... I say bug. ... The problem that I found is simple even at low level of optimization the ... Beeing inside a loop or at least beeing the loop index, ... Now the problem seems to be that the compiler and the code generated ...
    (comp.lang.fortran)
  • Re: Letter to US Sen. Byron Dorgan re unpaid overtime
    ... >> both less efficient and less safe than the Fortran and Basic standard. ... >> The C for loop is actually trying to do what a do loop does. ... sloppy thinking that results from confusing a programming language ... > I do not believe that you are capable of writing a conforming C compiler. ...
    (comp.programming)