Some interesting novice questions from a novice guy

Peter da Silva peter at ficc.ferranti.com
Fri Oct 26 08:24:44 AEST 1990


In article <3553 at idunno.Princeton.EDU> pfalstad at shine.Princeton.EDU (Paul John Falstad) writes:
> 	while (*ptr++) { /* warning: confusion ahead */
> 		DO_ABSOLUTELY_NOTHING ; /* Note: I meant to do this */
> 		} /* no more confusion, you can relax now */

I saw this discussion. Doesn't make sense. Doesn't anyone use:

	while(*foo++)
		continue;

anymore?
-- 
Peter da Silva.   `-_-'
+1 713 274 5180.   'U`
peter at ferranti.com



More information about the Comp.lang.c mailing list