<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">

<HTML>

<HEAD>
<TITLE>LINUX Programming Fundamentals</TITLE>
<META NAME="author" CONTENT="Paul Bille http://bille.cudenver.edu/author">
<META NAME="keywords" CONTENT="LINUX, programming, Bille, GCC, GDB, make, emacs">
<META NAME="description" CONTENT="LINUX programming tools and environment. A presentation to the LINUX Fundamentals Group">
<META NAME="ROBOTS" CONTENT="ALL">
<base href="http://bille.cudenver.edu/flexnet/linpro/">
<LINK REL=stylesheet HREF="main.css" TYPE="text/css">
<style>
<!--
-->
</style>
</HEAD>

<BODY>

<a NAME="main">&nbsp;</a>

<div style="
        width:200px;
        padding:10px;
        background-color:#ffffcc;
        color:#000000;
        font:normal normal 10pt arial, helvetica;
        margin-bottom:50px;
        margin-left:100px;
        ">
<p style="text-align:right;">October 4, 2002
<p>
These are the notes from the October 2, 2002 session of the LINUX Fundamentals Group.
<p>
<a href="http://bille.cudenver.edu/author"><img src="http://bille.cudenver.edu/cor/paul.gif" width=128 height=62 border=0 alt="Paul"></a>
</div>

<a href="gcc1.html"><img src="images/arrow.gif" style="float:right;width:48px;height:48px;border-width:0px;" alt="Next"></a>

<div style="font:normal bold 10pt papyrus, viner hand itc, comic sans"><a href="http://thegeek.nu/LinuxFun.htm">LINUX Fun-da-mentals</a></div>

<div class="title">LINUX Programming Fundamentals<br>
<a href="/author">Paul Bille</a><br>
<span style="font-size:12pt;">October 2, 2002</span>
</div>

<div style="
        width:300px;
        background-color:#ffffcc;
        color:#000000;
        padding:10px;
        float:right;
        font:normal normal 10pt arial, helvetica;
        ">
<ol>
<li>Review the <a class="note" href="agenda.html">agenda</a>
<li>View these notes at<br><a class="note" href="http://bille.cudenver.edu/flexnet/linpro/">http://bille.cudenver.edu/flexnet/linpro/</a>
<li>The hightlighted text are links.  Use them.
<li>We will use code examples.  Select <a class="note" href="http://www.samspublishing.com/content/images/0672320215/downloads/code.tar.gz
">this link</a> and download a GZIP file to your system.
</ol>
</div>

<span class="topic">LINUX Programming Tool Kit</span>
<ul>
<li><a href="gcc1.html">GCC</a> - GNU C Compiler/GNU Compiler Collection  (Compiles more than &quot;C&quot;)
<li><a href="make.html">Make</a> - Project Management Tool
<li><a href="gdb.html">GDB</a> - GNU Debugger
<li><a href="emacs.html">Emacs</a> - (better than VI) The do everything editor is also a programming environment
<li><a href="references.html">References</a>
</ul>

<HR>
<div class="copyright">
Copyright &copy; 2002 <a HREF="/author">Paul Bille</a> All rights reserved<br>
Click here to send mail to:<a HREF="mailto:Paul@eBille.cudenver.edu">Paul@eBille.cudenver.edu</a><br>
</div>

</BODY>
</HTML>