Skip to content

Instantly share code, notes, and snippets.

@incyi
Last active November 3, 2017 12:57
Show Gist options
  • Save incyi/8d3084b938653706ec32b1a6c3d91a40 to your computer and use it in GitHub Desktop.
Save incyi/8d3084b938653706ec32b1a6c3d91a40 to your computer and use it in GitHub Desktop.

Referenced doc from JOINT STRIKE FIGHTER AIR VEHICLE C++ CODING STANDARDS FOR THE SYSTEM DEVELOPMENT AND DEMONSTRATION PROGRAM Doc itself: http://www.jsf.mil/downloads/documents/JSF_AV_C++_Coding_Standards_Rev_C.doc

  1. http://ieeexplore.ieee.org/document/30711 ANSI/IEEE Std 754, IEEE Standard for Binary Floating-Point Arithmetic, 1985.
  2. Bjarne Stroustrup. The C++ Programming Language, 3rd Edition. Addison-Wesley, 2000.
  3. http://www.stroustrup.com/glossary.html Bjarne Stroustrup. Bjarne Stroustrup's C++ Glossary.
  4. http://www.stroustrup.com/bs_faq2.html Bjarne Stroustrup. Bjarne Stroustrup's C++ Style and Technique FAQ.
  5. Barbara Liskov. Data Abstraction and Hierarchy, SIGPLAN Notices, 23, 5 (May, 1988).
  6. Scott Meyers. Effective C++: 50 Specific Ways to Improve Your Programs and Design, 2nd Edition. Addison-Wesley, 1998.
  7. Scott Meyers. More Effective C++: 35 New Ways to Improve Your Programs and Designs. Addison-Wesley, 1996.
  8. Motor Industry Software Reliability Association. Guidelines for the Use of the C Language in Vehicle Based Software, April 1998.
  9. ISO/IEC 10646-1, Information technology - Universal Multiple-Octet Coded Character Set (UCS) - Part 1: Architecture and Basic Multilingual Plane, 1993.
  10. ISO/IEC 14882:2003(E), Programming Languages – C++. American National Standards Institute, New York, New York 10036, 2003.
  11. ISO/IEC 9899: 1990, Programming languages - C, ISO, 1990.
  12. JSF Mission Systems Software Development Plan.
  13. JSF System Safety Program Plan. DOC. No. 2YZA00045-0002.
  14. Programming in C++ Rules and Recommendations.

Copyright © by Ellemtel Telecommunication Systems Laboratories Box 1505, 125 25 Alvsjo, Sweden Document: M 90 0118 Uen, Rev. C, 27 April 1992. Used with permission supplied via the following statement: Permission is granted to any individual or institution to use, copy, modify and distribute this document, provided that this complete copyright and permission notice is maintained intact in all copies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment