Linux Tips and Tricks
Important Pages
Linux Tips
Unix Tips
Google
SED Tips
AWK Tips
Locate IP Address
Money Converter
Deals
News
Tuesday, November 22, 2011
Tip 24: How to compile C code ?
The command Called
"gcc" and "cc"
does this for you.
Just have simple C code in one file and save it as filename.c.
gcc -o myprogram myprogram.c
You will see newly file created as "myprogram"
Thats it !!
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment