| Liste des Groupes | Revenir à cl c |
Let me ask you this: what exactly is the point of the 'while'
statement in C? Since it can always be trivially be written as:
for (;cond;)
It seems to that most use cases (initialise, check exit condition,
change something that affects the letter), would suit 'for' better.
But since 'for' then becomes overloaded, there ought to be a
dedicated feature for simple iteration. So it seems the solution is
as a I suggested above.
Les messages affichés proviennent d'usenet.