1 / 540
文档名称:

(ebook pdf) Richard Stevens - Advanced UNIX Programming C++.pdf

格式:pdf   页数:540
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

(ebook pdf) Richard Stevens - Advanced UNIX Programming C++.pdf

上传人:bolee65 2014/3/7 文件大小:0 KB

下载得到文件列表

(ebook pdf) Richard Stevens - Advanced UNIX Programming C++.pdf

文档介绍

文档介绍:Introduction
This is a book about UNIX programming. It starts with basic concepts and ends with
coverage of advanced topics. It is a self-teaching guide, and yet it functions as a
UNIX reference book.
The examples provided are written in the C and C++ languages. The examples are
short programs, each intended to demonstrate use of a particular programming facility.
The C++ programs are written as simple programs and should be well understood by
those that do not program in C++.
This book attempts to be UNIX platform neutral. Throughout the book, differences in
functionality are noted for your convenience. This will save you time when you must
write projects that must be UNIX portable.
FreeBSD release is used throughout this book for demonstration purposes. This
guarantees that the example programs pile and run without any additional
effort on that platform. This also grants a specific level of functionality, since some
functions are lacking or vary on other platforms. You can obtain FreeBSD from the
or purchase it on a CD-ROM at a nominal cost. This allows you to work
through the book on a platform that is on a par with other professional UNIX
platforms
The Structure of This Book
This section outlines the general structure of the book and describes what each chapter
explores.
Chapter 1: Compiler Notes and Options
Chapter 1 begins with basic coverage of the man(1) command and provides
references to resources for manual pages of other UNIX platforms. An
introduction piling under FreeBSD is included, with a review of standard
compile options for all UNIX platforms. The remainder of the chapter provides
helpful hints on how to piler warnings effectively.
Chapter 2: UNIX File System Objects
This chapter reviews the various UNIX file system object types. Some discussion of
the unique characteristics of each is provided, primarily for the beginner's benefit. The
chapter continues with a review of the role that acc