Logo

C++ Programming for Scientists

Small book cover: C++ Programming for Scientists

C++ Programming for Scientists
by

Publisher: NIST

Description:
From the table of contents: ANSI C; C++ as a better C; C++ Classes and Objects; Objects in Scientific Computing; Inheritance and Polymorphism; Templates, Exceptions and Observations; Programming Examples; Scientific Library Examples.

Home page url

Download or read it online for free here:
Download link
(multiple PDF files)

Similar books

Book cover: Optimizing Software in C++Optimizing Software in C++
by - Agner.org
This is an optimization manual for advanced C++ programmers. Topics: The choice of platform and operating system. Choice of compiler and framework. Finding performance bottlenecks. The efficiency of different C++ constructs. Multi-core systems. Etc.
(8770 views)
Book cover: Practical Guide to Bare Metal C++Practical Guide to Bare Metal C++
by - GitBook
The intended audience of this document is professional C++ developers who want to understand bare metal development a little bit better, get to know how to use C++ language in an embedded environment, and bring their C++ skills to an 'expert' level.
(8025 views)
Book cover: No Bugs!: Delivering Error-Free Code in C and C++No Bugs!: Delivering Error-Free Code in C and C++
by - Addison-Wesley
The book offers a revolutionary approach to software development by showing how to write error-free code from the start. Presented are techniques to stop many kinds of bugs from being included in a program. It also discusses how to test programs.
(27725 views)
Book cover: Industrial Strength C++Industrial Strength C++
by - Prentice Hall
This book defines a C++ coding standard that should be usable for almost all programmers. Text and examples explain each individual rule and recommendation. The book covers naming conventions, resource management, code organization, and more.
(20686 views)