C in linux for beginner

Terry Snyder terryjr386 at gmail.com
Sat Apr 1 16:48:04 UTC 2006


On 4/1/06, Barry Yu <barryyu-cts at sbcglobal.net> wrote:
>
> Can any one help to find a book/info for real beginner to learn C  for
> Linux
>
> --
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>


Here is what I used.
http://www.amazon.com/gp/product/0131103628/sr=8-1/qid=1143909728/ref=pd_bbs_1/103-1754385-0156667?%5Fencoding=UTF8
http://www.amazon.com/gp/product/0131857576/qid=1143909794/sr=2-1/ref=pd_bbs_b_2_1/103-1754385-0156667?s=books&v=glance&n=283155

make sure you have installed gcc on your linux install.  You can use any
text editor to write your programs.  GEdit and AnJuta are my editors of
choice.

At a console to compile you just type:
gcc file1.c -o file

this will compile your c program and make an executable file called file.
If you want C++ use a C or cc or cpp for you code file names.


--
Terry Snyder Jr
Computer Support Specialist
http://www.personal.psu.edu/tes215
Linux (Red Hat 5.2, 6.0, 6.1, 7.1, 8.0, 9.0,Fedora Core 3, 4)
Windows (3.x, 95, 98, ME, 2k, XP, 2k3)
Mac (7, 8, X)
I have used them all.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/users/attachments/20060401/fe57fdb6/attachment-0002.html 


More information about the users mailing list