Secrets of the C++ Masters
Jeff Alger(Author)
Academic Press
Published on 1. January 1995
Book
Mixed media product
400 pages
978-0-12-049940-3 (ISBN)
Article exhausted; check for reprint
Description
This text aims to bridge the gap between C++ as described in beginner and intermediate books, and C++ as practised by experts. Focus is on ANSI C++, with examples of code fragments from all popular compilers. The book covers packaging for reuse and designing for portability; it also includes discussion on memory management. The accompanying floppy disk contains source code for the book's programming examples. The appendices cover specific interoperability issues with OLE and OpenDoc. The systems requirements are IBM PC or compatible; DOS or Windows; and C++ compiler.
More details
Language
English
Place of publication
San Diego
United States
Publishing group
Elsevier Science Publishing Co Inc
Target group
College/higher education
Illustrations
Illustrations
Dimensions
Height: 230 mm
Weight
858 gr
ISBN-13
978-0-12-049940-3 (9780120499403)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Classification
Other editions
New editions
Jeff Alger | Jim Keogh
C++ for Real Programmers
Book
07/1997
2nd Edition
AP Professional
€37.08
Article is exhausted; no reprint
Content
Why yet another book on C++?; review of advanced C++ features; templates and type safety; exception handling; indirection; smart pointers; smarter pointers; master pointers and handles; collections, cursors and iterators; transactions and brilliant pointers; types; homomorphic type hierarchies; class object and factory functions; invisible pointers; memory management; overloading operators new and delete; reference counting; custom memory spaces; naive garbage collection; scavenging; object persistence and caching; distributed objects; packaging for reuse; forms of reuse; reuse with interfaces; reuse of code; reuse of storage and data; designing for portability. Appendices: idioms for use with OLE; idioms for use with OpenDoc; solutions to exercises.