Bruno LXF regular

Joined: Tue Sep 18, 2007 7:07 pm Posts: 139 Location: Cambridgeshire, UK
|
Posted: Sun Jan 22, 2012 2:40 pm Post subject: LXF 154 Coding Concepts |
|
|
Hi, I think there is an error here, unless I'm mistaken. Page 106, near the end of the 6th paragraph: | Quote: | | ... and that should be increased by one with every iteration of the loop. | I think that should that read decreased rather than increased. The code gets it right by using the decrement operator, though.
PS I'm really enjoying this section, it's a nice, bite-sized nugget of programming know-how each month. |
|