|
|
Posted by Guy Lecky-Thompson May 5, 2006 |
The latest addition to the CMPR101 set of Borland C tutorials concentrates efforts on the wonderfully dry subject of condition testing - if, else, case, switch and so on.
I've made it interesting, however, by looking at several ways to print out every second letter of the alphabet; which started off as the answer to a question in one of the other C programming tutorials that I wrote.
There are long-winded, not entirely elegant solutions, and a slightly more elegant one. Of course, it just had to be cross platform... and led to another question. Anyone find a better solution?