JSF Air Vehicle C++ Coding Standards
For the System Development and Demonstration Program
- License
- Approved for public release; distribution unlimited (Lockheed Martin)
- Source
- Bjarne Stroustrup's website
Description
The C++ coding standard developed for the Joint Strike Fighter (F-35) air vehicle software. A widely cited reference for safety-critical C++: 200+ rules restricting language features for reliability, with rationale for each.
Book information
- Language
- English
- Category
- C++
- Level
- Advanced
- Pages
- 142
- Published
- 2005
- Format
- License
- Approved for public release; distribution unlimited (Lockheed Martin)
- Source
- Bjarne Stroustrup's website
Topics
License
Official Free Distribution — Approved for public release; distribution unlimited (Lockheed Martin)
This resource is listed because its license permits redistribution.
Distribution Statement A on the cover page: "Approved for public release; distribution is unlimited."
Related books
View all →Calling Conventions for Different C++ Compilers and Operating Systems
Agner Fog
The fifth of Agner Fog's optimization manuals. Documents how C++ compilers on x86 pass arguments, return values, and objects; name mangling schemes; exception handling; object file formats; and how to write code portable across compilers.
C++AdvancedOfficial Free DistributionPDF · 1.0 MBC++ Core Guidelines
Bjarne Stroustrup, Herb Sutter
The authoritative, continuously updated set of guidelines for writing modern C++ well — resource and memory safety, RAII, interfaces, classes, templates, concurrency, error handling, and performance — each rule with rationale and examples. Maintained by the Standard C++ Foundation.
C++AdvancedMITHTML
Financial Numerical Recipes in C++
Bernt Arne Ødegaard
A collection of C++ implementations of common quantitative-finance calculations: present value and term structures, option pricing (Black-Scholes, binomial, finite-difference, Monte Carlo), bonds, mean-variance portfolios, and more.
C++AdvancedAuthor PermissionPDF · 1.2 MB