* remove "\r" nonsense
[mascara-docs.git] / C / the.ansi.c.programming.language / c.programming.notes / sx6.html
blob0626d1f102bc68406cb14449ee5dec3518f10e16
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>Chapter 6: Basic I/O</title>
10 <link href="sx5d.html" rev=precedes>
11 <link href="sx6a.html" rel=precedes>
12 <link href="top.html" rev=subdocument>
13 </head>
14 <body>
15 <H1>Chapter 6: Basic I/O</H1>
17 <p>So far, we've been using <TT>printf</TT> to do output,
18 and we haven't had a way of doing any input.
19 In this chapter, we'll learn a bit more about <TT>printf</TT>,
20 and we'll begin learning about
21 character-based
22 input and output.
23 </p><p><a href="sx6a.html" rel=subdocument>6.1 <TT>printf</TT></a></p>
24 <p><a href="sx6b.html" rel=subdocument>6.2 Character Input and Output</a></p>
25 <p><a href="sx6c.html" rel=subdocument>6.3 Reading Lines</a></p>
26 <p><a href="sx6d.html" rel=subdocument>6.4 Reading Numbers</a></p>
27 <hr>
28 <p>
29 Read sequentially:
30 <a href="sx5d.html" rev=precedes>prev</a>
31 <a href="sx6a.html" rel=precedes>next</a>
32 <a href="top.html" rev=subdocument>up</a>
33 <a href="top.html">top</a>
34 </p>
35 <p>
36 This page by <a href="http://www.eskimo.com/~scs/">Steve Summit</a>
37 // <a href="copyright.html">Copyright</a> 1995-1997
38 // <a href="mailto:scs@eskimo.com">mail feedback</a>
39 </p>
40 </body>
41 </html>