Logo

Taligent's Guide to Designing Programs

Small book cover: Taligent's Guide to Designing Programs

Taligent's Guide to Designing Programs

Publisher: Taligent Press
ISBN/ASIN: 0201408880
ISBN-13: 9780201408881
Number of pages: 152

Description:
Well-Mannered object-oriented design in C++: this is a brief overview of object-oriented program design, focusing on operating-system development. The text will be of interest to the developers working with Taligent, as well as other C++ programmers who are interested in a quick summary of good OOP techniques.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: C++ Reference GuideC++ Reference Guide
by - Informit
This guide covers constructors, destructors, operator overloading, memory management, templates, namespaces, streams, object-oriented programming principles, standard template library, exception handling, runtime type information, and more.
(19081 views)
Book cover: Parallel Programming with Microsoft Visual C++Parallel Programming with Microsoft Visual C++
by - Microsoft Press
This guide introduces you to the most frequently used patterns of parallel programming and provides executable code samples for them, using PPL. When thinking about where to begin, a good place to start is to review the patterns in this book.
(16591 views)
Book cover: Optimizing C ++Optimizing C ++
by - Prentice Hall PTR
The book provides C++ programmers with a practical approach to code optimization. The text consists of case studies of database problems with various searching and compression algorithms, the source code, and explanation of the solutions.
(19381 views)
Book cover: Optimizing C++Optimizing C++
- Wikibooks
This book contains guidelines and advices on how to write efficient software using the C++ language. Software correctness and maintainability are taken into account, but are not the primary concerns. The book is for intermediate C++ programmers.
(8650 views)