* better
[mascara-docs.git] / lang / C / the.ansi.c.programming.language / c.programming.notes / top.html
blobb520b6d9317472f38aeb51c77237780b4decca9c
1 <!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML 2.0//EN">
2 <!-- This collection of hypertext pages is Copyright 1995-7 by Steve Summit. -->
3 <!-- This material may be freely redistributed and used -->
4 <!-- but may not be republished or sold without permission. -->
5 <html>
6 <head>
7 <link rev="owner" href="mailto:scs@eskimo.com">
8 <link rev="made" href="mailto:scs@eskimo.com">
9 <title>C Programming Notes</title>
10 </head>
11 <body>
12 <H1>C Programming Notes</H1>
19 <B>Introductory C Programming
20 Class Notes, Chapter 1
21 </B><br>
22 <br>
23 Steve Summit
24 <br>
25 <br>
26 <p>These notes are part of the
27 UW <a href="http://www.eskimo.com/~scs/expcoll/">Experimental College</a>
28 course on
29 Introductory C Programming.
30 They are based on notes prepared (beginning in Spring, 1995)
31 to supplement the book
32 <I>The C Programming Language</I>,
33 by Brian Kernighan and Dennis Ritchie,
34 or K&amp;R as
35 the book and its authors are affectionately known.
36 (The second edition was published in 1988 by Prentice-Hall,
37 ISBN 0-13-110362-8.)
38 These notes are now (as of Winter, 1995-6)
39 intended to be stand-alone,
40 although
41 the
42 sections are still cross-referenced to those of K&amp;R,
43 for the reader who wants to pursue a more in-depth exposition.
45 </p><hr>
46 <p><a href="sx1.html" rel=subdocument>Chapter 1: Introduction</a></p>
47 <p><a href="sx2.html" rel=subdocument>Chapter 2: Basic Data Types and Operators</a></p>
48 <p><a href="sx3.html" rel=subdocument>Chapter 3: Statements and Control Flow</a></p>
49 <p><a href="sx4.html" rel=subdocument>Chapter 4: More about Declarations (and Initialization)</a></p>
50 <p><a href="sx5.html" rel=subdocument>Chapter 5: Functions and Program Structure</a></p>
51 <p><a href="sx6.html" rel=subdocument>Chapter 6: Basic I/O</a></p>
52 <p><a href="sx7.html" rel=subdocument>Chapter 7: More Operators</a></p>
53 <p><a href="sx8.html" rel=subdocument>Chapter 8: Strings</a></p>
54 <p><a href="sx9.html" rel=subdocument>Chapter 9: The C Preprocessor</a></p>
55 <p><a href="sx10.html" rel=subdocument>Chapter 10: Pointers</a></p>
56 <p><a href="sx11.html" rel=subdocument>Chapter 11: Memory Allocation</a></p>
57 <p><a href="sx12.html" rel=subdocument>Chapter 12: Input and Output</a></p>
58 <p><a href="sx13.html" rel=subdocument>Chapter 13: Reading the Command Line</a></p>
59 <p><a href="sx14.html" rel=subdocument>Chapter 14: What's Next?</a></p>
60 <hr>
61 <p>
62 <a href="sx1.html" rel=precedes>Read Sequentially</a>
63 <hr>
64 <p>
65 This page by <a href="http://www.eskimo.com/~scs/">Steve Summit</a>
66 // <a href="copyright.html">Copyright</a> 1995-1997
67 // <a href="mailto:scs@eskimo.com">mail feedback</a>
68 </p>
69 </body>
70 </html>