482-484.html
来自「linux-unix130.linux.and.unix.ebooks130 l」· HTML 代码 · 共 69 行
HTML
69 行
<HTML>
<HEAD>
<TITLE>Linux Unleashed, Third Edition:Programming in C</TITLE>
<SCRIPT>
<!--
function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>
-->
<!--ISBN=0672313723//-->
<!--TITLE=Linux Unleashed, Third Edition//-->
<!--AUTHOR=Tim Parker//-->
<!--PUBLISHER=Macmillan Computer Publishing//-->
<!--IMPRINT=Sams//-->
<!--CHAPTER=26//-->
<!--PAGES=482-484//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="478-482.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="../ch27/485-488.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<H3><A NAME="Heading19"></A><FONT COLOR="#000077">Summary</FONT></H3>
<BLOCKQUOTE>
<P><FONT SIZE="-1"><HR><B>Tip: </B><BR>If you will be writing C code, the time that you spend learning how to use <TT>gdb</TT> and some of the other tools mentioned in this chapter will be more than worth the eventual time-saving that you will gain.<HR></FONT>
</BLOCKQUOTE>
<P>This chapter introduces the GNU C compiler and many of the options that you will typically use when you compile C code. It also introduces the concepts behind debugging code with the GNU debugger and illustrates the usefulness of some of the other C utility programs that are included on the Linux CD-ROM.
</P>
<P>The next chapter will discuss many of the same topics, but with a focus on C++ development rather than C development. Instead of moving to C++, you can go to other chapters:</P>
<DL>
<DD><B>•</B> Perl, a handy scripting language is discussed in Chapter 28, “Perl.”
<DD><B>•</B> Tcl and Tk, useful for macros, is discussed in Chapter 29, “Introduction to Tcl and Tk.”
<DD><B>•</B> The compilers available for Linux is discussed in Chapter 30, “Other Compilers.”
<DD><B>•</B> Smalltalk is discussed in Chapter 31, “Smalltalk/X.”
</DL>
<P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="478-482.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="../ch27/485-488.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
</td>
</tr>
</table>
<!-- begin footer information -->
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?