Developing C++ Software
R. L. Winder(Author)
Wiley (Publisher)
2nd Edition
Published on 10. December 1992
Book
Paperback/Softback
510 pages
978-0-471-93610-7 (ISBN)
Description
"Developing C++ Software" was devised for teaching how to produce robust, quality software written in C++. It aims to provide the knowledge for - and skills of - programming in the language by adopting a problem-solving approach. Since the first edition of this book was published, the template feature has been introduced into the language, altering quite significantly the way C++ is used. In the second edition, templates are treated as an integral feature of the language. For experienced C programmers making the transition to C++, as well as for the beginner, this book makes a welcome and comprehensive guide to the language.
More details
Edition
2nd Revised edition
Language
English
Place of publication
Chichester
United Kingdom
Publishing group
John Wiley and Sons Ltd
Target group
College/higher education
Professional and scholarly
Edition type
Revised edition
Illustrations
bibliography, index
Dimensions
Height: 244 mm
Width: 166 mm
Weight
870 gr
ISBN-13
978-0-471-93610-7 (9780471936107)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Classification
Content
Abstraction in programming; the primitive data types; first steps in construction - expressions; control flow - sequence, decision making and iteration; functional abstraction; a primitive data structure; user-defined data types - classes; a form of polymorphism - overloading; becoming more dynamic - pointer types; dynamic data types; becoming polymorphic - generic types; extendible abstractions - imaging; files.