[fpc-pascal] C translation question
Lars
noreply at z505.com
Mon Oct 24 01:43:48 CEST 2016
On Sun, October 23, 2016 2:31 pm, Bernd Oppolzer wrote
> But if you translate the C for loop to a while loop first,
Agree! For loops, are not nearly as flexible and powerful as while loops.
For loops can get you stuck in a certain mode of thinking and you try to
develop hacks to manipulate the for loop to do what you want to do, when
in fact just using a while loop with more custom control is the way to go.
I love for loops for their simplicity, but difficult problems cannot be
solved via for loops.
More information about the fpc-pascal
mailing list