Writing and Compiling C programs on Linux
By Tony Lawrence2005-04-22
Hello World
Create this file with a text editor:
echo "Hello World";You've learned the very first thing about C - lines always end with a ";". Well, that's not quite true, but this kind of line does.
Call it "hello.c" (because that's what these are always called).
Tutorial Pages:
» Writing and Compiling C programs on Linux
» Basic C Programming
» Hello World
» Compiling
» Make Files
© Copyright 2005 A.P. Lawrence
| Related Tutorials: » How to Install PHP 5 on Linux » How to Install Apache 2 on Linux » How to Install MySQL 5.0 on Linux » SMB Caching » Mound --Bind » Tar Wild Card Interpretation |
