C++ for Programmers, 3/e
暫譯: C++ 程式設計師指南 (第三版)

Leen Ammeraal

  • 出版商: Wiley
  • 出版日期: 2000-02-08
  • 售價: $1,100
  • 貴賓價: 9.8$1,078
  • 語言: 英文
  • 頁數: 464
  • 裝訂: Paperback
  • ISBN: 0471606979
  • ISBN-13: 9780471606970
  • 相關分類: C++ 程式語言
  • 無法訂購

相關主題

商品描述

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.

商品描述(中文翻譯)

C++ 的一個吸引人的特點是它提供了良好的物件導向程式設計(OOP)功能,但作為一種混合語言,它也支持程序式編程。

對於程式設計師來說,這一點的重要性在於它提供了更多的靈活性,允許他們在感覺需要時轉向物件導向程式設計。在這方面,C++ 與一些純粹的物件導向語言(如 Smalltalk、Eiffel 和 Java)有所不同。本書提供了如何以這兩種風格進行程式設計的實用指導。

C++ 語言及其標準庫在演變過程中經歷了許多改進和擴展。因此,這第三版已根據 C++ 語言的修訂進行了全面修訂,該修訂體現在 ANSI/ISO C++ 標準中。

例如,新的重要類型 string 在全書中都有使用,並且標準模板庫(STL)在早期階段就介紹給讀者,並在後面進行更詳細的討論。所有示例程式和練習的解答都可以從網站下載:http://home.wxs.nl/~ammeraal/ 部分練習的解答可以在附錄中找到。