C++ Inside and Out
Bruce Eckel(Author)
Osborne/McGraw-Hill (Publisher)
Published on 1. January 1994
Book
Paperback/Softback
640 pages
978-0-07-881809-7 (ISBN)
Description
This is a full revision of "Using C++" that incorporates advancements in C++ and adds new information on major compilers from Borland and Microsoft. This book is aimed at all C programmers, and it also presents material on C++ libraries. The book is organized in two parts. The first part introduces readers to object-oriented languages, classes, and pointers and references. The second part concentrates on object-oriented programming with C++. Topics include creating objects at run time, reusing code in C++, and writing extensible programs in C++. One chapter focuses on the newest features of C++3.0.
More details
Language
English
Place of publication
New York
United States
Publishing group
McGraw-Hill Education - Europe
Target group
College/higher education
Professional and scholarly
Dimensions
Height: 230 mm
Width: 213 mm
ISBN-13
978-0-07-881809-7 (9780078818097)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Classification
Content
Part 1 Introduction to object-oriented languages - Introduction to object-oriented languages; Using predefined classes; Creating classes with C++; Pointers and references. Part 2 Object-oriented programming wth C++ - Overloading functions and operators; Creating objects at run time; Reusing code in C++; writing extensible programs in C++; Arguments and return values; Complete examples; C++ release 3.0; Appendices: MicroCAD; The matrix class; windows.