Suite101
Post this Blog to facebook Add this Blog to del.icio.us! Digg this Blog furl this Blog Add this Blog to Reddit Add this Blog to Technorati Add this Blog to Newsvine Add this Blog to Windows Live Add this Blog to Yahoo Add this Blog to StumbleUpon Add this Blog to BlinkLists Add this Blog to Spurl Add this Blog to Google Add this Blog to Ask Add this Blog to Squidoo

May 5, 2006

The C Tutorial Continues

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?