Student Center | Instructor Center | Information Center | Home
C for Engineers and Scientists
Information Center
Text Features
Table of Contents
Preface
Link to Author Web...
About the Author
Instructor's Guide...
Solutions Manual I...
PowerPoints Inform...

Feedback
Help Center




Table of Contents

C for Engineers and Scientists: An Interpretive Approach First Edition
by Harry H. Cheng
Brief Table of Contents

Part I: Structured Programming in C
Chapter 1 Introduction
Chapter 2 Getting Started
Chapter 3 Number Systems, Scalar Types, and Input/Output
Chapter 4 Operators and Expressions
Chapter 5 Statements and Control Flow
Chapter 6 Functions
Chapter 7 Preprocessing Directives
Chapter 8 Storage Classes and Program Structure
Chapter 9 Formatted Input and Output
Chapter 10 Arrays
Chapter 11 Pointers
Chapter 12 Characters and Strings
Chapter 13 Structures, Enumerations, Unions and Bit Fields
Chapter 14 File Processing
Chapter 15 Dynamic Data Structures and Cross-Platform Software Development
Chapter 16 Scientific Computing in the Entire Real Domain in C99
Chapter 17 Programming with Complex Numbers in C99 and C++

Part II: Object-Based Programming in C++
Chapter 18 Introduction to C++
Chapter 19 Classes and Object-Based Programming in C++
Chapter 20 Two- and Three-Dimensional Plotting in C++

Part III: Numerical Computing in Ch
Chapter 21 Computational Arrays and Matrix Computations in Ch
Chapter 22 Advanced Numerical Analysis in Ch

Part IV: Numerical Computing in MATLAB
Chapter 23 Introduction to MATLAB and Comparison Study with C/Ch

Appendices:
A Keywords
B C99 Features Supported in Ch
C C++ Features Supported in Ch
D The ASCII Character Set