N
Not Really Me
I assume this has come up before but I am getting nowhere with searches.
To make an infinite loop, while(1) tends to generate lint/compiler warnings,
for(;
does not.
Other than personal preference, are there any other technical reasons to
pick one over the other?
I will stipulate for the argument that performance is identical.
--
Scott
Validated Software
Lafayette, CO
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4661 (20091204) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
To make an infinite loop, while(1) tends to generate lint/compiler warnings,
for(;
Other than personal preference, are there any other technical reasons to
pick one over the other?
I will stipulate for the argument that performance is identical.
--
Scott
Validated Software
Lafayette, CO
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4661 (20091204) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com