The first program you should think about doing should be simple, just something to help you get used to the idea of writing programs. But it?s not bad if that program gives you the opportunity to make introductions with your new friend.
With that in mind here’s ‘HELLO‘ a simple, albeit silly conversation with your computer. After typing in this simple program you may discover some idea about rewriting the program to have a different sort of conversation. You may end up writing your own original program.
HELLO.C is written by Joseph Larson.

Download and Play
Download eBook page
Download the source code
March 10th, 2008 - 12:32 am
I can’t get to level 13…
March 10th, 2008 - 7:28 am
Heh.
It was pointed out to me on another forum that using gets was not a best practice. Instead of gets I should be doing scanf(“%50s”,blah).
And since the PDF is messed up at the moment I may just fix that.