for loop executes zero time <- just great, just great !
From: Skybuck Flying (nospam_at_hotmail.com)
Date: 08/27/04
- Next message: Skybuck Flying: "Re: another stupid c bug. (endless for loop)"
- Previous message: Skybuck Flying: "Re: another stupid c bug. (endless for loop)"
- Next in thread: Rob Kennedy: "Re: for loop executes zero time <- just great, just great !"
- Reply: Rob Kennedy: "Re: for loop executes zero time <- just great, just great !"
- Reply: its me: "Re: for loop executes zero time <- just great, just great !"
- Reply: Jamie: "Re: for loop executes zero time <- just great, just great !"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 27 Aug 2004 20:55:37 +0200
GOD DAMN *** !!!
LOOK AT THIS !!!
*** *** *** !
program Project1;
{$APPTYPE CONSOLE}
uses
SysUtils;
var
i : longword;
begin
// [Hint] Project1.dpr(12): FOR or WHILE loop executes zero times - deleted
for i:=0 to 4294967295 do
begin
writeln('hi');
end;
end.
Ok... now I ll be calm and ask a simple question:
Why doesn't this work ?
SIGHhhhhhhhhhhhhhh :)
Like the C example was bad enough... but this totally sucks...
now the loop never gets executed ?!?!?!?!?!?!?!?!
Oh well.
- Next message: Skybuck Flying: "Re: another stupid c bug. (endless for loop)"
- Previous message: Skybuck Flying: "Re: another stupid c bug. (endless for loop)"
- Next in thread: Rob Kennedy: "Re: for loop executes zero time <- just great, just great !"
- Reply: Rob Kennedy: "Re: for loop executes zero time <- just great, just great !"
- Reply: its me: "Re: for loop executes zero time <- just great, just great !"
- Reply: Jamie: "Re: for loop executes zero time <- just great, just great !"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]