Programming in C++

This book describes and illustrates how to program in C++, assuming that the reader has only a minimum prior knowledge of programming. The language is introduced in the early chapters by adopting a structured, imperative approach; later chapters deal with new concepts, such as classes and templates,...

Full description

Bibliographic Details
Main Author: Ettinger, Jean
Format: eBook
Language:English
Published: London Macmillan Education UK 1994, 1994
Edition:1st ed. 1994
Series:Computer Science Series
Subjects:
Online Access:
Collection: Springer Book Archives -2004 - Collection details see MPG.ReNa
Table of Contents:
  • 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