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: Optimizing Software in C++Optimizing Software in C++
by - Agner.org
This is an optimization manual for advanced C++ programmers. Topics: The choice of platform and operating system. Choice of compiler and framework. Finding performance bottlenecks. The efficiency of different C++ constructs. Multi-core systems. Etc.
(8845 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.
(19491 views)
Book cover: Data Structures and Algorithm Analysis in C++Data Structures and Algorithm Analysis in C++
by - Dover Publications
A comprehensive treatment focusing on efficient data structures and algorithms, this text explains how to select or design the data structure best suited to specific problems. It uses C++ programming language and is suitable for second-year courses.
(23525 views)
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.
(14805 views)