Skip to content

Introducing C++ for Scientists, Engineers and Mathematicians

Best in textbook rentals since 2012!

ISBN-10: 1852334886

ISBN-13: 9781852334888

Edition: 2nd 2001 (Revised)

Authors: D. M. Capper

List price: $79.99
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Written especially for scientists, engineers and mathematicians, this book has been extensively updated and revised to conform to 1998 ANSI/ISO C++ Standard and include all the recent developments in C++ such as: - STL (Standard Template Library) - Namespaces; - Exception Handling - Templates and Streams. No knowledge of programming is assumed. This book is as much for the beginner in programming as it is for the newcomer to C++, although readers are expected to have some acquaintance with computers and text editors. Plenty of relevant examples are included throughout the book, most of which are slanted towards numerical applications, and it is this bias that makes this book unique in its…    
Customers also bought

Book details

List price: $79.99
Edition: 2nd
Copyright year: 2001
Publisher: Springer London, Limited
Publication date: 9/6/2001
Binding: Paperback
Pages: 544
Size: 6.69" wide x 9.61" long x 1.25" tall
Weight: 2.090
Language: English

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
The ASCII Character Codes
Operator Precedence and Associativity
Differences between C and C++