Thanks to all. I got the code working now.
Regards, Darius
On May 13, 2012, at 3:09 PM, Darius Blaszyk wrote:
> I'm struggling to convert a simple for loop from C to pascal. The code is
> shown below (as is a trace of the loop parameter values). I'm a bit puzzled
> how this should look elegan
- Oorspronkelijk e-mail -
> On Sun, 13 May 2012 15:09:15 +0200
> Darius Blaszyk wrote:
>
> > I'm struggling to convert a simple for loop from C to pascal. The
> > code is shown below (as is a trace of the loop parameter values).
> > I'm a bit puzzled how this should look elegantly in pa
On Sun, 13 May 2012 15:09:15 +0200
Darius Blaszyk wrote:
> I'm struggling to convert a simple for loop from C to pascal. The code is
> shown below (as is a trace of the loop parameter values). I'm a bit puzzled
> how this should look elegantly in pascal. Anyone has an idea?
IMHO the C code is
In our previous episode, Darius Blaszyk said:
> I'm struggling to convert a simple for loop from C to pascal. The code is
> shown below (as is a trace of the loop parameter values). I'm a bit puzzled
> how this should look elegantly in pascal. Anyone has an idea?
>
> Regards, Darius
>
>
> unsi
I'm struggling to convert a simple for loop from C to pascal. The code is shown
below (as is a trace of the loop parameter values). I'm a bit puzzled how this
should look elegantly in pascal. Anyone has an idea?
Regards, Darius
unsigned nc = 4;
for (unsigned i = 0, j = nc-1; i < nc; j