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
LEADER 02572nmm a2200325 u 4500
001 EB000616862
003 EBX01000000000000000469944
005 00000000000000.0
007 cr|||||||||||||||||||||
008 140122 ||| eng
020 |a 9781447102670 
100 1 |a Capper, Derek 
245 0 0 |a Introducing C++ for Scientists, Engineers and Mathematicians  |h Elektronische Ressource  |c by Derek Capper 
250 |a 2nd ed. 2001 
260 |a London  |b Springer London  |c 2001, 2001 
300 |a XVI, 544 p. 2 illus  |b online resource 
505 0 |a 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++ 
653 |a Compilers (Computer programs) 
653 |a Compilers and Interpreters 
653 |a Applied Dynamical Systems 
653 |a Nonlinear theories 
653 |a Applications of Mathematics 
653 |a Mathematics 
653 |a Dynamics 
041 0 7 |a eng  |2 ISO 639-2 
989 |b SBA  |a Springer Book Archives -2004 
028 5 0 |a 10.1007/978-1-4471-0267-0 
856 4 0 |u https://doi.org/10.1007/978-1-4471-0267-0?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.45 
520 |a 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 rectify this. The facilities offered by the C++ language have also grown enormously since the first edition. It is not just the language itself that has grown, but the ANSI Standard also defines an extensive range of library facilities. I have also made two changes in emphasis since the first edition. Firstly, since there is so much important material to cover, some less important features of the language have been removed. The second change is to try to illustrate the language by means of complete programs, rather than code fragments. Hopefully, this will give you more confidence in applying new techniques. Finally, although C++ is a bigger language than it was, it is even more fun to use