1 / 1806
文档名称:

C Primer Plus 5th Edition.pdf

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

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

C Primer Plus 5th Edition.pdf

上传人:quiz.pass 2013/1/17 文件大小:0 KB

下载得到文件列表

C Primer Plus 5th Edition.pdf

文档介绍

文档介绍:< Day Day Up >
C Primer Plus, Fifth Edition
By Stephen Prata

Publisher: Sams
Pub Date: November 23, 2004
ISBN: 0-672-32696-5

Pages: 984
Table of

Contents
• Index
A lean revision of puter industry classic that has sold over 500,000
copies in previous editions.
Fifth Edition contains over 20 new programming exercises and
newly improved examples.
C and C++ account for 30% of developers, about three million, and
is a $22 million book market per year.
Updates the third edition by integrating new ANSI/ISO standard,
C99.
Classic that teaches the fundamentals of programming.
< Day Day Up >
< Day Day Up >
C Primer Plus, Fifth Edition
By Stephen Prata

Publisher: Sams
Pub Date: November 23, 2004
ISBN: 0-672-32696-5

Pages: 984
Table of

Contents
• Index
Copyright
PREFACE
Approach and Goals
ABOUT THE AUTHOR
ACKNOWLEDGMENTS
WE WANT TO HEAR FROM YOU!
Chapter 1. Getting Ready
Whence C?
Why C?
Whither C?
puters Do
High-puter Languages pilers
Using C: Seven Steps
Programming Mechanics
Language Standards
How This Book anized
Conventions Used in This Book
Summary
Review Questions
Programming Exercise
Chapter 2. Introducing C
A Simple Example of C
The Example Explained
The Structure of a Simple Program
Tips on Making Your Programs Readable
Taking Another Step in Using C
While You're at It—Multiple Functions
Introducing Debugging
Keywords and Reserved Identifiers
Key Concepts
Summary
Review Questions
Programming Exercises
Chapter 3. Data and C
A Sample Program
Data Variables and Constants
Data: Data-Type Keywords
Basic C Data Types
Using Data Types
Arguments and Pitfalls
One More Example: Escape Sequences
Key Concepts
Summary
Review Questions
Programming Exercises
Chapter 4. Character Strings and Formatted Input/Output
Introductory Program
Character Strings: An Introduction
Constants and the C Preprocessor
Exploring an