Now in its third edition, Bronson's C++ FOR ENGINEERS AND SCIENTISTS, International Edition 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.
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