Writing and Compiling C programs on Linux
By
Tony Lawrence
2005-04-22
Basic C Programming
Typically, tutorials like this start you out with a "Hello, World" program, a very simple program that just prints 'Hello, World" or something like it on your screen. I'm going to do it a bit differently. I am going to start you off with mistakes, and show you what happens? Why? Because you are going to make some or all of these mistakes anyway, and they will frustrate and annoy you. I can't possibly imagine every mistake you might make, but I can remember most of the screwups I have made, so that's at least a good beginning? Ready for some code that won't work? Let's do it:
© Copyright 2005 A.P. Lawrence
|
|
|
1 Votes |
|
|
|
|
You might also want to check these out:
|
Leave a Comment on "Writing and Compiling C programs on Linux"
You must be
logged in to post a comment.
Link to This Tutorial Page!