
Programming in C++
Jean Ettinger(Author)
Palgrave Macmillan (Publisher)
Published on 15. March 1994
Book
Paperback/Softback
168 pages
978-0-333-60682-7 (ISBN)
Description
Opening with a discussion of the inheritance of C++, derived from preceding structured programming languages and from Smalltalk, this book introduces the concepts of class inheritance and polymorphism. The author goes on to explain both structured and object-oriented programming methodologies, and then shows how C++ software can be written using a combination of these techniques. Many program examples and exercises are provided to encourage both the novice and experienced programmers to appreciate the different features of C++ as each is introduced. Only the ANSI C libraries are assumed, and the examples and exercises can be run in any C++ environment that provides compatability with AT&T version 2.1 and above. A diskette of programmes is available separately.
More details
Series
Language
English
Place of publication
Basingstoke
United Kingdom
Target group
College/higher education
Professional and scholarly
Illustrations
index
Dimensions
Height: 234 mm
Width: 156 mm
Weight
291 gr
ISBN-13
978-0-333-60682-7 (9780333606827)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Content
Preface - The Inheritance of C++ - Simple Programs, and the Predefined Data Types - Structured Programming - Derived Types - Functions - Data Files and Library Files - Classes and Derived Classes - Overloading and Friends - Dynamic Data Structures - Templates - Virtual Functions and Virtual Base Classes - Appendix 1 Using Unix Gnu C++ and Borland Turbo C++ - Appendix 2 C++ Escape Sequences and the ASCII Character Set - Appendix 3 C++ Keywords - Apendix 4 Operator Precedence and Associativity - Appendix 5 The Iostream Libraries - Appendix 6 Other Libraries - Index