while (1) vs. for ( ;; )



Should there be any preference between the following logically equivalent
statements?

while (1) {

vs.

for ( ;; ) {

I suspect the answer is "no" but I'd like to know what the consensus is
so that it doesn't blink through my mind anymore when I type it.

Mike

.



Relevant Pages

  • Re: while (1) vs. for ( ;; )
    ... Michael B Allen wrote: ... > Should there be any preference between the following logically equivalent ... Prev by Date: ...
    (comp.lang.c)
  • Re: while (1) vs. for ( ;; )
    ... >Should there be any preference between the following logically equivalent ... >I suspect the answer is "no" but I'd like to know what the consensus is ... Balmer Consulting ...
    (comp.lang.c)
  • Re: while (1) vs. for ( ;; )
    ... Michael B Allen writes: ... >Should there be any preference between the following logically equivalent ... >I suspect the answer is "no" but I'd like to know what the consensus is ...
    (comp.lang.c)
  • Re: [kde] Changing file association for all media files
    ... audio/ overrides ... initial preference. ... I suspect that it is not in Amarok itself? ...
    (KDE)
  • Re: OT: I dont know
    ... Have a preference yes, but a commitment is a different thing. ... I also suspect and hope that some of us would cross party lines if the better candidate was on the opposite team. ...
    (rec.crafts.textiles.needlework)

Loading