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. -->
7 <link rev=
"owner" href=
"mailto:scs@eskimo.com">
8 <link rev=
"made" href=
"mailto:scs@eskimo.com">
9 <title>18.1: Types
</title>
10 <link href=
"sx4.html" rev=precedes
>
11 <link href=
"sx4aa.html" rel=precedes
>
12 <link href=
"sx4.html" rev=subdocument
>
17 <p>So far, we've seen the basic types
18 <TT>char
</TT>,
<TT>int
</TT>,
<TT>long int
</TT>,
19 <TT>float
</TT>, and
<TT>double
</TT>.
20 This section introduces the last few basic types:
24 and the
<TT>unsigned
</TT> types.
30 <TT>const
</TT> and
<TT>volatile
</TT>.
31 </p><p><a href=
"sx4aa.html" rel=subdocument
>18.1.1:
<TT>void
</TT></a></p>
32 <p><a href=
"sx4ba.html" rel=subdocument
>18.1.2:
<TT>short int
</TT></a></p>
33 <p><a href=
"sx4ca.html" rel=subdocument
>18.1.3:
<TT>unsigned
</TT> integers
</a></p>
34 <p><a href=
"sx4da.html" rel=subdocument
>18.1.4:
<TT>long double
</TT></a></p>
35 <p><a href=
"sx4ea.html" rel=subdocument
>18.1.5: Storage Classes
</a></p>
36 <p><a href=
"sx4fa.html" rel=subdocument
>18.1.6 Type Definitions (
<TT>typedef
</TT>)
</a></p>
37 <p><a href=
"sx4ga.html" rel=subdocument
>18.1.7: Type Qualifiers
</a></p>
41 <a href=
"sx4.html" rev=precedes
>prev
</a>
42 <a href=
"sx4aa.html" rel=precedes
>next
</a>
43 <a href=
"sx4.html" rev=subdocument
>up
</a>
44 <a href=
"top.html">top
</a>
47 This page by
<a href=
"http://www.eskimo.com/~scs/">Steve Summit
</a>
48 //
<a href=
"copyright.html">Copyright
</a> 1996-
1999
49 //
<a href=
"mailto:scs@eskimo.com">mail feedback
</a>