ansi_c.html

来自「Data Structure Ebook」· HTML 代码 · 共 60 行

HTML
60
字号
<html><head>
<HTML><HEAD>
<TITLE>Data Structures and Algorithms: Language Notes</TITLE>

<META name="description" content="Data Structures and Algorithms Course Notes,
PLDS210 University of Western Australia">
<META name="keywords" content="data structures,algorithms,abstract data types,
ANSI C, source code">
</HEAD>
<BODY BGCOLOR="#ffffff">
<TABLE BGCOLOR="#00c0f0" WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
<TR BGCOLOR="#00f0f0"><TD ALIGN=right>
<H3><I>Data Structures and Algorithms</I></H3></TD></TR>


<TR><TD><H2>Appendix A: Languages</H2></TD></TR>
</TABLE>
<P>

<H2>A.1 ANSI C</H2>

<A NAME=fn_prototypes>
<H3>Function prototypes</H3>

<H3>ANSI C Compilers</H3>

<H2>A.2 C++</H2>

<A NAME=java>
<H3>A.3 Java</H3>

Designed by a group within Sun Microsystems, Java has eliminated
some of the more dangerous features of C 
(to the undoubted disappointment of some hackers - who probably
achieve their daily highs from discovering new ways to program
dangerously in C!).

<P>
A host of texts on Java have now appeared - possibly setting
a new record for the rate of textbook production on any one 
subject!

<P>

<H3>References</H3>


<TABLE CELLPADDING=5 WIDTH="100%" BGCOLOR="#00f0f0" CELLSPACING=0>
<TR><TD>
Back to the <A HREF="ds_ToC.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/ds_ToC.html">Table of Contents</A>
</TD></TR></TABLE>
<SMALL>
&copy; <A HREF=mailto:morris@ee.uwa.edu.au>John Morris</A>, 1998
</SMALL>
</BODY>
</HTML>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?