Would you like to see this page in English? Click here.

この商品をお持ちですか? マーケットプレイスに出品する
Annotated C++ Reference Manual, The
 
イメージを拡大
 
Kindle化リクエスト
このタイトルのKindle化をご希望の場合、こちらをクリックしてください。

Kindle をお持ちでない場合、こちらから購入いただけます。 Kindle 無料アプリのダウンロードはこちら

Annotated C++ Reference Manual, The [ペーパーバック]

Margaret A. Stroustrup, Bjarne Ellis
5つ星のうち 4.5  レビューをすべて見る (2件のカスタマーレビュー)

出品者からお求めいただけます。



会員なら、この商品は10%Amazonポイント還元 (ポイントが表示されている場合は、表示ポイント+10%還元)。

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


この商品をチェックした人はこんな商品もチェックしています


商品の説明

内容紹介

This book provides a complete reference for the C++ programming language. It consists of the C++ reference manual, approved as the base document for ANSI standardization of the language, plus annotations and commentary. The annotations and commentary discuss what is not included in the language, why certain features are defined as they are, and how one might implement particular features. The commentaries also help the reader to understand the relationships between parts of the language. Comparisons with C and examples explain the more subtle points of the language. Sixteen chapters cover the latest version of C++ including multiple inheritance, abstract classes, templates, exception handling, and more. A final chapter describes resolutions by the ANSI/ISO committee including new features such as run-time type information and namespaces. Appendices summarize the grammar and evolution of the language, and explain in detail the differences between C and C++. The Annotated C++ Reference Manual will appeal to language implementors and expert C++ programmers. 0201514591B04062001

著者について

About Margaret A. Ellis has worked for AT&T Bell Laboratories, UNIX System Laboratories, and Novell in compiler development. Ellis received a masters of science degree in computer science from the University of California. She is the coauthor of The Annotated C++ Reference Manual.

 

Bjarne Stroustrup is the designer and original implementer of C++, the author of The C++ Programming Language, The Annotated C++ Reference Manual, and The Design and Evolution of C++, and the consulting editor of Addison-Wesley's C++ In-Depth Series. Having previously worked at Bell Labs and AT&T Labs-Research, he currently is the College of Engineering Chair in Computer Science Professor at Texas A&M University. The recipient of numerous honors, including the Dr. Dobb's Excellence in Programming Award (2008), Dr. Stroustrup is a member of the National Academy of Engineering, an AT&T Fellow, an AT&T Bell Laboratories Fellow, an IEEE Fellow, and an ACM Fellow. His research interests include distributed systems, simulation, design, programming techniques, software development tools, and programming languages, and he remains actively involved in the ANSI/ISO standardization of C++. Dr. Stroustrup holds an advanced degree from the University of Aarhus in his native Denmark and a Ph.D. in Computer Science from Cambridge University, England.


登録情報

  • ペーパーバック: 480ページ
  • 出版社: Addison-Wesley Professional; 1版 (1990/1/1)
  • 言語 英語, 英語, 英語
  • ISBN-10: 0201514591
  • ISBN-13: 978-0201514599
  • 発売日: 1990/1/1
  • 商品パッケージの寸法: 16.8 x 2.3 x 24.1 cm
  • おすすめ度: 5つ星のうち 4.5  レビューをすべて見る (2件のカスタマーレビュー)
  • Amazon ベストセラー商品ランキング: 洋書 - 81,623位 (洋書のベストセラーを見る)
  •  カタログ情報、または画像について報告

  • 目次を見る

カスタマーレビュー

星3つ
0
星2つ
0
星1つ
0
最も参考になったカスタマーレビュー
3 人中、3人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 4.0 とにかく読むしかない 2007/4/22
形式:ペーパーバック
私はコンパイラ開発を専門とするソフトウェア開発者。ある時、C++のコンパイラを作る事になった。当時、Stroustrupによる言語仕様書の第一版が出ていたが、彼がnativeでない事もあって説明が不充分であり、仕様自身も整理されていなかった(その邦訳は酷い出来)。そういう訳で、言語仕様書の第二版が出るまでは、本注釈書が言語仕様を定義した唯一の書だった。本書は共著になっているが、実際に執筆したのはEllisであろう。格段に読み易くなっている。

C++はCにクラスと多重継承の概念を加えただけの言語なのだが、厳密に定義しようとすると意外に難しいのである。本書でも、各章で細かい例を挙げ、この場合はこう解釈するという定義が山のようにあり、正直閉口したものだ。しかし、コンパイラを作るためには全ての場合に対処せねばならず、泣く泣く読み通したものだった。だが逆に考えれば、本書が問題にしているような点を全てクリアできればC++を制覇したも同然なので、C++を本格的に勉強しようとする方にはうってつけの本と言える。

C++の考案者Stroustrupの構想を、共同執筆者Ellisが分かり易い表現で記した本格的なC++解説書。
このレビューは参考になりましたか?
3 人中、2人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 C++がC pre processorだった頃 2008/1/6
By kaizen #1殿堂
形式:ペーパーバック
C++がC言語のPreProcessor(CPP)だった頃、
中小企業の開発技術者向けのC++の研修をしていました。

最初にCPPでCのソースを出力し、そのCのソースをCコンパイラでコンパイル方法です。

当時は、StroustrupのC++コンパイラの本のほか、数点の本が容易に入手できるだけでした。そのため、この書籍も購入して、研修の教材を作りました。
The C ++ Answer Book も利用しました。

その後、1パスコンパイラ(プリプロセッサとコンパイラが一体になったもの)
であるTurbo C++を利用するようになり、特定のOSに依存した開発の研修を行いました。

OSに依存したライブラリ(クラス)を使うことが前提となる開発と、
ライブラリ(クラス)そのものを作る開発との仕事量の比率で、
前者がどんどん増えていきました。

そういう状況でも、いろいろ調べるのに役立ちました。
このレビューは参考になりましたか?
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com: 5つ星のうち 4.4  16件のカスタマーレビュー
57 人中、54人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 2.0 Outdated 2001/1/7
By Stephen Daly - (Amazon.com)
形式:ペーパーバック
This book was fairly complete at the time of its publication, but there have been so many significant improvements and new approaches to the C++ language that the book is outdated. I'd recommend this book only to people who are interested in a historical collection of C++ documents.

I'd recommend any of the other Stroustrup books. "The C++ Programming Language," (3rd edition) is the closest thing to a bible for the language. (Don't buy the 1st or 2nd edition--they're also outdated. If you want a hard-covered reference, the "Special Edition" is a hardcovered 3rd edition.) I'd recommend "The Design and Evolution of C++," which is slightly outdated but both imformative and instructional to experienced C++ programmers.

11 人中、11人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 The best C++ language reference 1998/7/13
By カスタマー - (Amazon.com)
形式:ペーパーバック
This book is suitable for intermediate to advanced C++ programmers and provides clear guidance on the rules that make up the language. It's not always an easy read, but then the language it describes is not an easy language. There is no other book I know of that describes the language itself as accurately and in as much depth as this. But if you want information about the standard C++ library (the STL, for example) you will be disappointed - this is not what this book is about. In that case try Stroustrup's 'The C++ Language' (3rd edition), which also happens to be a year or so more up to date than this book - important given that that year saw the language standardized at last. That said, for my money Stroustrup's solo affair still isn't as good on the core language as this book. If you are a professional C++ programmer, you need this book.
30 人中、25人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 2.0 Outdated 2000/1/3
By Charles Landau - (Amazon.com)
形式:ペーパーバック
A good reference in its time, this book does NOT describe the latest (November 1997) C++ language standard.
これらのレビューは参考になりましたか?   ご意見はクチコミでお聞かせください。
カスタマーレビューの検索
この商品のカスタマーレビューだけを検索する

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


フィードバック