On 4/1/06, <b class="gmail_sendername">Barry Yu</b> &lt;<a href="mailto:barryyu-cts@sbcglobal.net">barryyu-cts@sbcglobal.net</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Can any one help to find a book/info for real beginner to learn C&nbsp;&nbsp;for Linux<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">
https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br><br clear="all">Here is what I used.<br>
<a href="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/0131103628/sr=8-1/qid=1143909728/ref=pd_bbs_1/103-1754385-0156667?%5Fencoding=UTF8
</a><br>
<a href="http://www.amazon.com/gp/product/0131857576/qid=1143909794/sr=2-1/ref=pd_bbs_b_2_1/103-1754385-0156667?s=books&amp;v=glance&amp;n=283155">http://www.amazon.com/gp/product/0131857576/qid=1143909794/sr=2-1/ref=pd_bbs_b_2_1/103-1754385-0156667?s=books&amp;v=glance&amp;n=283155
</a><br>
<br>
make sure you have installed gcc on your linux install.&nbsp; You can
use any text editor to write your programs.&nbsp; GEdit and AnJuta are
my editors of choice.<br>
<br>
At a console to compile you just type:<br>
gcc file1.c -o file<br>
<br>
this will compile your c program and make an executable file called
file.&nbsp; If you want C++ use a C or cc or cpp for you code file
names.<br>
<br>
<br>-- <br>Terry Snyder Jr<br>Computer Support Specialist<br><a href="http://www.personal.psu.edu/tes215">http://www.personal.psu.edu/tes215</a><br>Linux (Red Hat 5.2, 6.0, 6.1, 7.1, 8.0, 9.0,Fedora Core 3, 4)<br>Windows (
3.x, 95, 98, ME, 2k, XP, 2k3)<br>Mac (7, 8, X)<br>I have used them all.