文档介绍:< 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