Programming in C++ : Lessons and Applications (ISE)

Programming in C++ : Lessons and Applications (ISE)

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • ページ数 768 p.
  • 商品コード 9780071194532

Full Description


D'Orazio's C++ Programming for Engineers and Scientists provides an accessible introduction to programming in C++. It teaches the C++ language and object-oriented design to students with no previous programming experience. The focus is on developing programs for solving a variety of engineering and science problems. Each chapter of the book is divided into two parts-Lessons and Application Examples. The Lessons teach C++ language elements and simple programming techniques, and the Application Programs teach engineering program design. A step-by-step methodology for program development is presented early in the text and reinforced throughout with the help of the application examples and over thirty engineering case studies.

Contents

1 Computers and Computing Fundamentals2 Getting Started - Program Structure, Printing, and Comments3 The Basics of C++ - Variables, Arithmetic Operations, Math Functions, Input/Output, Characters, Objects, and Classes4 Decision Making5 Loops6 Functions7 One-Dimensional Numeric Arrays8 Multi-Dimensional Numeric Arrays, Arrays as Data Members, Arrays of Objects9 Strings10 The C++ Sring Class11 More About Classes, Objects, and Object-Oriented Design12 Inheritance, Virtual Functions, and Polymorphism13 Data Structures, Recursion, and Other Topics14 Templates and the C++ Standard Template Library