Join Books.org — it's free

C++ for Programmers by Leen Ammeraal β€” book cover
C/C++

C++ for Programmers

by Leen Ammeraal
Available on Bookshop Write a review

Books.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.

Log in to track your reading progress.

Overview

One of the attractive aspects of C++ is that it offers good facilities for object-oriented programming (OOP), but, as a hybrid language, it also supports procedural programming.
The significance of this for programmers is that it offers more flexibility allowing them to shift to object-oriented programming if and when they feel the need to do so. In this regard, C++ differs from some purely object-oriented languages, such as Smalltalk, Eiffel and Java. This book offers practical guidance on how to programme in both styles.
The C++ language and its standard library have gone through a good many improvements and extensions during their evolution. This third edition has therefore been completely revised in accordance with the C++ language revision, which is embodied in the ANSI/ISO C++ Standard.
For example, the new, important type string is used throughout the book and the Standard Template Library (STL) is introduced to readers at an early stage and discussed in more detail later on. All example programs and the solutions to the exercises can be downloaded from the website. http://home.wxs.nl/ ~ammeraal/ Solutions for some of these exercises can be found in the appendix.

Appropriate for: Medical Imaging Professionals, Radiologists.

About the Author, Leen Ammeraal

LEEN AMMERAAL has written several other texts including: STL for C++ Programmers, Algorithms and Data Structures in C++, Computer Graphics for Java Programmers, C for Programmers and Programs and Data Structures in C.

Reviews

There are no reviews yet. Log in to write one.

Editorials

Booknews

An introductory textbook that explains both the object-oriented and procedural aspects of the C++ computer language. The new ANSI/ISO C++ standards have been taken into account, including the important type string and the standard template library (STL). Annotation c. Book News, Inc., Portland, OR (booknews.com)

Book Details

Published
December 20, 1999
Publisher
New York : John Wiley, 2000.
Pages
464
Format
Paperback
ISBN
9780471606970

More by Leen Ammeraal

Similar books