Book & Memo/C·C++

Inside the C++ Object Model

파에 2007. 6. 11. 11:36

Publisher: Addison-Wesley Professional; 1st edition
Language: English
ISBN: 0201834545
Paperback: 304 pages


Description: Bestselling author Stanley B. Lippman's Inside the C++ Model provides valuable insight into some of the internal workings of the C++ language. This book is a product of a decade of research at Bell Labs (where Lippman worked with C++ inventor Bjarne Stroustrup) and Lippman's considerable C++ expertise. Written with the experienced C++ programmer in mind, this book looks at how key language features are implemented underneath the hood and provides some guidelines when designing C++ classes.


This title first examines how C++ objects work--showing the differences between C++ structures and classes. The author looks carefully at the varieties of C++ constructors, including default and copy constructors, data members, and initialization.


Subsequent sections cover inheritance, including virtual inheritance, and the inner details that will help you create effective and robust data types. The author frequently points out inefficiencies (and efficiencies) that can occur when instantiating objects. The book closes with a tour of more advanced C++ language features, such as templates, exception handling, and run-time type information. This book can help make you the resident C++ language expert at your programming shop.

'Book & Memo > C·C++' 카테고리의 다른 글

More Exceptional C++  (0) 2007.06.13
C++ Network Programming, Volume 2  (0) 2007.06.11
Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions  (0) 2007.06.09
Essential C++  (0) 2007.06.07
C++ Templates: The Complete Guide  (0) 2007.06.07