C++ for Engineers and Scientists, 3rd Edition
- Length: 848 pages
- Edition: 3
- Language: English
- Publisher: Course Technology
- Publication Date: 2009-02-19
- ISBN-10: 0324786433
- ISBN-13: 9780324786439
- Sales Rank: #1846019 (See Top 100 Books)
Now in its third edition, Bronson’s C++ for Engineers and Scientists makes C++ accessible to first-level engineering students as C++ maintains its stronghold in engineering and scientific communities. The text continues to take a pragmatic approach that incorporates actual engineering and science problems for its applications and examples. Students begin with a foundation in procedural programming, moving into object-oriented concepts in the second half of the text. This new edition also offers new case studies and an expanded selection of examples from a variety of fields including thermodynamics, optics, and fluid mechanics.
Table of Contents
Part 1 Fundamentals of C++ Programming
Chapter 1 Preliminaries
Chapter 2 Problem Solving Using C++
Chapter 3 Assignment, Formatting, and Interactive Input
Chapter 4 Selection Structures
Chapter 5 Repetition Statements
Chapter 6 Modularity Using Functions
Chapter 7 Arrays
Chapter 8 I/O Streams and Data Files
Chapter 9 Completing the Basics
Part 2 Object-Oriented Programming
Chapter 10 Introduction to Classes
Chapter 11 Class Functions and Conversions
Part 3 Data Structures
Chapter 12 Pointers
Chapter 13 Structures
Part 4 Additional Topics
Chapter 14 Numerical Methods
Chapter 15 Bit Operations
Appendix A: Operator Precedence Table
Appendix B: ASCII Character Codes
Appendix C: Floating-Point Number Storage
Appendix D: Command-Line Arguments