Cantitate/Preț
Produs

Introducing C++ for Scientists, Engineers and Mathematicians

Autor Derek Capper
en Limba Engleză Paperback – 6 sep 2001
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.
Citește tot Restrânge

Preț: 50868 lei

Preț vechi: 63585 lei
-20% Nou

Puncte Express: 763

Preț estimativ în valută:
9741 10542$ 8121£

Carte tipărită la comandă

Livrare economică 09-23 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781852334888
ISBN-10: 1852334886
Pagini: 564
Ilustrații: XVI, 544 p. 2 illus.
Dimensiuni: 170 x 244 x 30 mm
Greutate: 2.13 kg
Ediția:2nd ed. 2001
Editura: SPRINGER LONDON
Colecția Springer
Locul publicării:London, United Kingdom

Public țintă

Lower undergraduate

Cuprins

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++.

Recenzii

From the reviews of the first edition: "The author of this book has done an outstanding job in introducing/explaining the aspects of C++...I highly recommend this book to students or professionals in engineering who are interested in migrating to C++ from Fortran." Reviewer: A reader from Madison Heights, MI United States "This is not only the best introductory C++ book for scientists and engineers, but it is one of the best C++ books in general that I have seen." Reviewer: James Bond from New Jersey, USA "I found this book to be an excellent introduction to C++ for use in scientific computing, and it remains the best Ie seen. With it I was able to use my existing programming experience in Fortran to write useful C++ very rapidly, although it should prove to be an excellent text for people with no pervious programming experience." Reviewer: Dave Strickland from Johns Hopkins University, Baltimore

Caracteristici

Introductory C++ book, written specially for engineers, scientists and mathematicians Updated 2nd edition - conforming to 1998 ANSI/ISO C++ Standard Particular emphasis on learning through complete programs rather than code fragments Largely system independent, although it does contain help on compiling in a UNIX/Linux environment