Hi.
Ive been programing for nearly five months now so I am not a noob but I cannot understand this;
for ( variable = 1 ; variable < 100 ; variable += 1 ) { // some code if ( foofar ) continue ; else sumfunc () ; } <endpre> if i continue does the variable get added?
It's always useful to keep a good reference manual besides you when you work. My favourite is "C: A Reference Manual" by Harbison and Steele.
Do you guys really have to scare poor aspiring programmers with heavyweights like "the standard" and H&S, when a clear answer can be found in K&R? ;)