Industrial Strength C++
by Mats Henricson, Erik Nyquist
Publisher: Prentice Hall 1996
ISBN/ASIN: 0131209655
ISBN-13: 9780131209657
Number of pages: 244
Description:
This book greatly expands the public domain "Ellemtel" C++ coding standard. Guidelines have been carefully selected and concisely formulated to define a C++ coding standard that should be valid and usable for almost all programmers. Text and code examples explain each individual rule and recommendation. Adopting this book as the company C++ coding standard helps remove an obstacle when trying to be certified for ISO 9000 or CMM. The book covers naming conventions, code organization, resource management, class interface design, object-oriented programming, conversions, error handling, portability, coding style.
Download or read it online for free here:
Download link
(1.7MB, PDF)
Similar books

by Bernt Arne Ødegaard
Useful examples and algorithms for people working within the field of finance. Typical examples are option/derivatives pricing, term structure calculations, mean variance analysis. The author made C++ subroutines that implements common algorithms.
(27474 views)

by Brian J. Gough, Richard M. Stallman - Network Theory Ltd
This manual provides a complete introduction to the GNU C and C++ compilers, common problems and encountered error messages, with numerous easy examples. The text covers compiling using headers and libraries, preprocessor, linking, and more.
(31096 views)

by Elijah Rippeth - GitBook
This serves as documentation for more advanced/modern features of C++ that are not currently covered in the curriculum at many universities. Some topics covered aren't necessarily C++ specific, but are more general software engineering aspects.
(9237 views)

by Alex Robenko - 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.
(9205 views)