Introducing C++ for Scientists, Engineers and Mathematicians

Since the first edition of C++ for Scientists, Engineers and Mathematicians, many things have changed. Perhaps the most important is that the ANSI C++ Standard was approved in 1998. The first edition of this book was incompatible with some parts of the Standard and every effort has been made to rect...

Full description

Bibliographic Details
Main Author: Capper, Derek
Format: eBook
Language:English
Published: London Springer London 2001, 2001
Edition:2nd ed. 2001
Subjects:
Online Access:
Collection: Springer Book Archives -2004 - Collection details see MPG.ReNa
Table of Contents:
  • Introduction
  • The Lexical Basis of C++
  • Fundamental Types and Basic Operators
  • Control Structure
  • Functions
  • Pointers and Arrays
  • Further Pointer Techniques
  • Classes
  • Operator Overloading
  • Constructors and Destructors
  • Bitwise Operations
  • Single Inheritance
  • Multiple Inheritance
  • Namespaces
  • Exception Handling
  • Templates
  • Standard Library
  • Input and Output
  • Appendix A: The ASCII Character Codes
  • Appendix B: Operator Precedence and Associativity
  • Appendix C: Differences between C and C++