-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.old.html
359 lines (315 loc) · 13.4 KB
/
index.old.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>Seong-Kook Shin's C FAQ in Korean</title>
<link rel="shortcut icon" href="../img/favicon.ico"/>
<link rel="stylesheet" type="text/css"
href="../css/default.css" title="default"></link>
<link rel="Start" href="../index.html"></link>
<link rel="Up" href="../index.html"></link>
<link rel="Next" href="../profile.html"></link>
</head>
<!--$$lang:en:index$$-->
<body>
<h1>C Programming FAQ (Korean)</h1>
<p class="navigator" style="text-align: right">
English | <a href="./index-ko.html">Korean</a>
</p>
<img src="./cfaqs.jpg" border="0" align="right" style="padding: 1em"
alt="C FAQ Logo"/>
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.co.kr/custom" target="_top">
<table border="0" bgcolor="#ffffff" align="center">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="www.cinsk.org"></input>
<label for="sbi" style="display: none">Enter your search terms</label>
<input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input>
<label for="sbb" style="display: none">Submit search form</label>
<input type="submit" name="sa" value="Search" id="sbb"></input>
</td></tr>
<tr>
<td> </td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" id="ss0"></input>
<label for="ss0" title="Search the Web"><font size="-1" color="#000000">Web</font></label></td>
<td>
<input type="radio" name="sitesearch" value="www.cinsk.org" checked="checked" id="ss1"></input>
<label for="ss1" title="Search www.cinsk.org"><font size="-1" color="#000000">www.cinsk.org</font></label></td>
</tr>
</table>
<input type="hidden" name="client" value="pub-6606082321393172"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="EUC-KR"></input>
<input type="hidden" name="oe" value="EUC-KR"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
<input type="hidden" name="hl" value="ko"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->
<p>
I provide Korean translation of C Programming FAQ,
the official FAQ from Usenet <a href="news:comp.lang.c">comp.lang.c</a>
which is written by
<a href="http://www.eskimo.com/~scs/">Steve Summit</a>.
</p>
<p>
Thanks for his permission, I was able to translate this document in
Korean. If you need any copyright information about my translation,
read a few front pages of the document.
</p>
<p>
This document is somewhat different than the original on-line
C FAQ list. Here are some plans and it's features:
</p>
<ul>
<li> All answers will have appropriate references regarding to C99.
(See the Reference Chapter for [HS2002], [C99], [ISO Rationale],
and [SUS].)</li>
<li> All contents in the original on-line C FAQ list is already
included.</li>
<li> Borrowed some examples in the book version, <em>C Programming FAQs --
Frequently Asked Question</em> (Addison Wesley, 0-201-84519-9)
will be included.</li>
<li> Later, we will have many questions and answers regarding to
new C99 features plus wide character set and multibyte characters</li>
</ul>
<p>
Note that this document is far more than just translation of Steve's work.
I've updated it from time to time to inject missing part (e.g.
internationalization, new concepts in ISO/IEC 9899:1999, known as C99).
</p>
<!-- Search Google --> <!--
<form method="get" action="http://www.google.com/custom">
<table bgcolor="#FFFFFF" cellspacing="0" border="0" align="center">
<tr valign="top">
<td>
<a href="http://www.google.com/search">
<img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google align=middle"/></a>
</td>
<td>
<input type="text" name="q" size="31" maxlength="255" value=""/>
<input type="submit" name="sa" value="Google Search"/>
<input type="hidden" name="cof" value="S:http://www.cinsk.org/;AH:center;AWFID:5f94eeb8323c5b1f;"/>
<input type="hidden" name="domains" value="www.cinsk.org"/>
<br/>
<input type="radio" name="sitesearch" value=""/>Search WWW
<input type="radio" name="sitesearch" value="www.cinsk.org" checked="checked"/>Search www.cinsk.org
</td>
</tr>
</table>
</form> -->
<!-- Search Google -->
<h2>Files</h2>
<p>
Unfortunately, these files are far from printing quality.
Currently, I'm concentrating the contents itself, not design nor layout
problem.
</p>
<p>
Unlike the old version, the HTML pages are encoded in UTF-8, not euc-kr.
</p>
<ul>
<li><a href="html/">View Online</a> HTML (.html)</li>
</ul>
<p>
Sorry for your inconvinience, but Postscript version is no longer
provided. The good news is that new PDF version is searchable!
</p>
<!--
<ul>
<li><a href="cfaqs-ko.ps">Download</a> Postscript (.ps)</li>
<li><a href="cfaqs-ko.ps.gz">Download</a> gzipped Postscript (.ps.gz)</li>
<li><a href="cfaqs-ko.ps.bz2">Download</a> bzipped Postscript (.ps.bz2)</li>
</ul>
-->
<ul>
<li><a href="cfaqs-ko.pdf">Download</a> PDF</li>
<li><a href="cfaqs-ko.pdf.gz">Download</a> gzipped PDF (.pdf.gz)</li>
<li><a href="cfaqs-ko.pdf.bz2">Download</a> bzipped PDF (.pdf.bz2)</li>
</ul>
<p>
You can download the latest/unauthorized contents in LaTeX format from my
<a href="http://www.cinsk.org/viewvc/cvsroot/public_html/cfaqs/">CVS
repository</a>.
</p>
<div class="source"><pre class="source">
$ cvs -d :pserver:anonymous@www.cinsk.org:/root login
Logging in to :pserver:anonymous@www.cinsk.org:/root
CVS password: <RET>
$ cvs -d :pserver:anonymous@www.cinsk.org:/root co cfaqs
...
$ _</pre></div>
<p>
Or, you can browse online
<a href="http://www.cinsk.org/viewvc/cvsroot/public_html/cfaqs/">here</a>.
</p>
<h2>Help Wanted</h2>
<p>
If you want to help me to make this document better, please read
following items carefully and send e-mail to me.
</p>
<!--
<p>
Currently I use <a href="http://www.tug.org/teTeX/">teTeX</a> 2.0.2
with <a href="http://ftp.ktug.or.kr/mirrors/HLaTeX/hlatex-en.html">
HLaTeX 0.991</a> plus
<a href="http://www.latex2html.org/">latex2html</a> for HTML format.
Unfortunately, searching
Hangul(Korean) text is not possible
in my .pdf documents. I generate .pdf by using
<a href="http://project.ktug.or.kr/dvipdfmx/">dvipdfmx</a>.
If you know how to make search-able PDF documents, please let me know.
</p>
-->
<p>
Previously, you could not search for Korean text from the PDF version
due to my TeX configuration. Thanks to
the <a href="http://www.tug.org/texlive/">Tex Live</a> and
new <a href="http://project.ktug.or.kr/dvipdfmx/">dvipdfmx</a>, that
problem is history now. The new problem is, the PDF version does not
contain any bookmarks. If you know how to fix it, please let me know.
</p>
<p>
Among other things, reporting any errata, giving me a suggestion or an
advice is the most helpful contribution. ;-)
</p>
<h2>Donation</h2>
<p>
If you do not have enough time to examine the document itself,
please donate some of the required reference document to me.
Currently I have following documents and books:
</p>
<ul>
<li><em>C Programming Language</em>, 2nd edition, ISBN 0-13-110362-8</li>
<li><em>C: A Reference Manual</em>, 5th edition, ISBN 0-13-089592-X</li>
<li><em>C Programming FAQs</em>, ISBN 0-201-84519-9</li>
<li><em>ISO/IEC 9899:1999 Programming Languages -- C</em>,
2nd edition</li>
<li><em>ISO/IEC 14882:1998 Programming Languages -- C++</em>,
1st edition</li>
</ul>
<p>
I need following books and documents:
</p>
<ul>
<li>I lost, <em>POSIX Programmer's Guide</em>, ISBN 0937175730</li>
<li>Mine's worn out,
<em>Advanced Programming in the UNIX Environment</em>,
ISBN 0201563177</li>
<li><em>C Programming Language</em>, 1st edition, 0-13-110163-3</li>
<li><em>ISO/IEC 9899:1990 Programming Languages -- C</em></li>
<li><em>Single UNIX Specification</em> Version 3, or
IEEE Std 1003.1 (POSIX), or ISO/IEC 9945. Must be PDF format</li>
<li><em>ISO/IEC 10646:2003, Information Technology -- Universal
Multiple-Octet Coded Character Set (UCS)</em></li>
<li><em>The Unicode Standard, Version 4.0</em>, Addison-Wesley,
2003. ISBN 0-321-18578-1</li>
<li>Any book and document you might think useful is welcome</li>
</ul>
<p>
Books and document which has not exactly same version or edition are
welcome to donate to me. Especially, I need "C Programming Language,
first edition" which is known as K&R1. Of course, other books and
document you might think I might need are also helpful.
To donate, please send me an e-mail or contact me via phone. My contact
points are in the first page. (Use the link "here" at the
bottom of this page.)
</p>
<p>
Or, you can donate money for me to buy those books. Visit
<a href="../donate.html">here</a> to
make your donation using your credit card.
</p>
<h2>Links</h2>
<p>
Here are some useful links to learn Standard C in general.
Note that the information of these sites may be not for beginners.
</p>
<ul>
<li><a href="http://www.open-std.org/jtc1/sc22/wg14/">JTC1/SC22/WG14 -
C</a> You can get the <em>Rationale for International Standard --
Programming Languages -- C</em> here.</li>
<li><a href="http://www.lysator.liu.se/c/">Programming in C</a></li>
<li><a href="http://CAReferenceManual.com/">C: A Reference Manual</a></li>
</ul>
<p>
More links for additional information. Note that these information
may be not directly related to the Standard C.
</p>
<ul>
<li><a href="http://www.unix.org/single_unix_specification/"><em>The
Single UNIX Specification</em></a> IEEE Std 1003.1, 2004 edition,
Version 3, better known as POSIX.1 You may need to register yourself
here. The registration is free.</li>
<li><a href="http://kldp.org/">Korean Linux Documentation Project</a>
Though this site has no concern about Standard C, it has many
<a href="http://bbs.kldp.org/">forums</a>
useful to discuss a lot of programming subjects. (Korean)</li>
</ul>
<p align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-6606082321393172";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_cpa_choice = "CAEaCPE0Qicm8BvfUAU";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<hr></hr>
<div style="float: right">
<a href="http://www.anybrowser.org/campaign/">
<img border="0" src="../img/anybrowser.png"
alt="Any Browser Campaign"/></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img border="0"
src="../img/w3c-css.png"
alt="Valid CSS!" /></a>
<a href="http://validator.w3.org/check?uri=referer">
<img src="../img/w3c-xhtml.png" border="0"
alt="Valid XHTML 1.0!"/></a>
<br/>
<a href="http://www.gnu.org/software/emacs/">
<img border="0" src="../img/emacs-powered.png"
alt="Emacs Powered"/></a>
<a href="http://www.gimp.org/">
<img border="0" src="../img/gimp-powered.png"
alt="Graphics by GIMP"/></a>
<a href="http://www.vim.org/">
<img border="0" src="../img/vim-powered.png"
alt="Vim Powered"/></a>
</div>
<p class="footer">
The latest version is available at
<a href="http://www.cinsk.org/">here</a>.
<br/>
Copyright © 2004-2006
Seong-Kook Shin. All rights reserved.
<br/>
<img src="../img/contact.png" alt="contact"/>
</p>
<p class="cvsid">
$Id$
</p>
</body>
</html>
<!--
Local Variables:
coding: iso-8859-1
fill-column: 78
End:
-->