Logo

Industrial Strength C++ by Mats Henricson, Erik Nyquist

Large book cover: Industrial Strength C++

Industrial Strength C++
by

Publisher: Prentice Hall
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.

Home page url

Download or read it online for free here:
Download link
(1.7MB, PDF)

Similar books

Book cover: C++ Best PracticesC++ Best Practices
by - GitBook
This document is meant to be a collaborative discussion of the best practices in C++. We fill in some of the lower level details and provide specific stylistic recommendations while also discussing how to ensure overall code quality.
(14790 views)
Book cover: An Introduction to GCCAn Introduction to GCC
by - 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.
(29746 views)
Book cover: C++ Hacker's GuideC++ Hacker's Guide
by - No Starch Press
This book contains a collection of hacks born out of Steve Oualline's over forty years of programming experience. Here you will find all sorts of hacks to make your programs more reliable, more readable, and easier to debug.
(11403 views)
Book cover: Programming the Be Operating SystemProgramming the Be Operating System
by - O'Reilly
This book gives C++ programmers their start to developing the applications on Be operating system. The book begins with simple programs and gradually adds elements of the graphical interface. It carefully describes drawing and message handling.
(23086 views)