[Date Prev][Date
Next][Thread Prev][Thread Next][Date
Index][Thread Index]
Re: Eels
- To: ukha_d@xxxxxxx
- Subject: Re: Eels
- From: "Mark Hetherington" <mark.egroups@xxxxxxx>
- Date: Thu, 27 Sep 2001 16:27:05 -0000
- Delivered-to: mailing list ukha_d@xxxxxxx
- Mailing-list: list ukha_d@xxxxxxx; contact
ukha_d-owner@xxxxxxx
- Reply-to: ukha_d@xxxxxxx
--- In ukha_d@y..., "Ian Willoughby" <ian@i...> wrote:
> Just being a pendent but the C one is wrong, should be:-
>
> for(iLoop=0;iLoop<sizeof(HoverCraft);iLoop++) HoverCraft[iLoop] =
Eel;
>
> or if you are a C purist and want to make it unreadable:-
>
> for(i=0;i<sizeof(HoverCraft);) HoverCraft[i++] = Eel;
nah, far too obvious...
for(p=&Hovercraft;p<&Hovercraft[sizeof(Hovercraft)];*p++ = Eel);
Mark.
Home |
Main Index |
Thread Index
|