Programming in C++ for Engineering and Science

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

""The book is lavishly illustrated with examples and exercises, which would make it both an ideal course companion and a book for private study. The author's abilities to explain briefly the history of computing and to write an engaging text are to be commended. If you buy only one text on programming in C++, then this should be the one for you.""
-Carl M. O'Brien, International (2013), 81

Read more...

Abstract:

""The book is lavishly illustrated with examples and exercises, which would make it both an ideal course companion and a book for private study. The author's abilities to explain briefly the history of computing and to write an engaging text are to be commended. If you buy only one text on programming in C++, then this should be the one for you.""
-Carl M. O'Brien, International Statistical Review (2013), 81

Author(s): Nyhoff, Larry
Publisher: CRC Press
Year: 2012

Language: English
Pages: 730
City: Hoboken
Tags: Библиотека;Компьютерная литература;C / C++;

Content: Front Cover
Contents
Preface
Acknowledgments
About the Author
Chapter 1: Introduction to Computing
Chapter 2: Programming and Problem Solving- Software Engineering
Chapter 3: Types in C++
Chapter 4: Getting Started with Expressions
Chapter 5: Control Structures
Chapter 6: Functions and Libraries
Chapter 7: Using Classes
Chapter 8: More Selection Control Structures
Chapter 9: More Repetition Control Structures
Chapter 10: Functions in Depth
Chapter 11: Files and Streams
Chapter 12: Arrays and the vector Class Template
Chapter 13: Multidimensional Arrays and Vectors Chapter 14: Building ClassesChapter 15: Pointers and Linked Structures
Chapter 16: Data Structures
Answers to Test Yourself Questions
Appendix A: ASCII Character Codes
Appendix B: C++ Keywords
Appendix C: C++ Operators
Appendix D: Other C++ Features