Hello
Saturday, February 16th, 2008 | Programs
For more including Author's Notes download the eBook pages with this program's code listing.
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.
2 Comments to Hello
I can’t get to level 13…
March 10, 2008
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.
Leave a comment
Subscribe
Support Cymon's Games
Recent Comments
- Joe on Happy Thanksgiving
- Mike on Happy Thanksgiving
- Joe on NumbrixGenerator
- Joe on Book feedback
- Craig on Book feedback
- Craig on Numbrix
- Joe on Numbrix
- Joe on Here’s what else I was thinking
















March 10, 2008