Monday, April 18, 2011 at 11:30 PM First C++ Program (already!)
So, I couldn't help but to brag that my C++ coding skills are much more apparent than I anticipated! It looks like I am 'remembering' the language, it's so familiar to the look and feel! And I also enjoy Xcode 4 a lot, which shouldn't be much of a surprise.
My productivity got another boost as well, and that's what I've come up with in the morning:
As some may guess this is source code for a simple program which spells out a number in English (the range is from 0 to 999,999). Yesterday evening it seemed to be a very complicated task, but I did it in hour and a half before breakfast completely on my own (including debugging!). If such pace continues on, I'll be coding in Objective-C by this summer!
SimpleBeat
A big bit of correction: the screenshot is displaying the program which calculates the powers, not the one which does spelling! ;)