Sujet : Re: Loops (was Re: do { quit; } else { })
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.lang.cDate : 16. Apr 2025, 06:44:15
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vtng3f$1gobs$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 16.04.2025 07:19, Janis Papanagnou wrote:
If you have some conditioning that "most" is the programming world
then I suggest to #define MOST_LOOP for (i=0 i<=N; ++i)
LOL! - Should have been #define MOST_LOOP for (i=0 i<N; ++i)
off-by-one error by copy/paste-programming! - All points proven.
Janis