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


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
C++ Programming Language, The: Special Edition
 
 

C++ Programming Language, The: Special Edition [Special Edition] [ハードカバー]

Bjarne Stroustrup
5つ星のうち 5.0  レビューをすべて見る (4件のカスタマーレビュー)
価格: ¥ 7,670 通常配送無料 詳細
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
在庫あり。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
5点在庫あり。ご注文はお早めに。
2012/6/1 金曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら

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

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


よく一緒に購入されている商品

この本とProgramming: Principles and Practice Using C++ (Developer's Library) ¥ 6,244 をあわせて買う

C++ Programming Language, The: Special Edition + Programming: Principles and Practice Using C++ (Developer's Library)
合計価格: ¥ 13,914

在庫状況の表示

  • 対象商品: C++ Programming Language, The: Special Edition

    在庫あり。 在庫状況について
    この商品は、Amazon.co.jp が販売、発送します。
    通常配送無料(一部の商品・注文方法等を除く) 詳細

  • Programming: Principles and Practice Using C++ (Developer's Library)

    在庫あり。 在庫状況について
    この商品は、Amazon.co.jp が販売、発送します。
    通常配送無料(一部の商品・注文方法等を除く) 詳細


この商品を買った人はこんな商品も買っています


商品の説明

内容説明

More than three-quarters of a million programmers have benefited from this book in all of its editions

Written by Bjarne Stroustrup, the creator of C++, this is the world's most trusted and widely read book on C++.

For this special hardcover edition, two new appendixes on locales and standard library exception safety (also available at www.research.att.com/~bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components.

For example:
  • abstract classes as interfaces
  • class hierarchies for object-oriented programming
  • templates as the basis for type-safe generic software
  • exceptions for regular error handling
  • namespaces for modularity in large-scale software
  • run-time type identification for loosely coupled systems
  • the C subset of C++ for C compatibility and system-level work
  • standard containers and algorithms
  • standard strings, I/O streams, and numerics
  • C compatibility, internationalization, and exception safety
Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.



Amazon.com

In this brand-new third edition of The C++ Programming Language, author Bjarne Stroustrup, the creator of C++, presents the full specification for the C++ language and standard library, a spec that will soon become the joint ISO/ANSI C++ standard.

Past readers will find that the new edition has changed a great deal and grown considerably to encompass new language features, particularly run-time type identification, namespaces, and the standard library. At the same time, readers will recognize the lucid style and sensible advice that made previous editions so readable and enjoyable. Probably the biggest change is a substantial new section, well over 200 pages in length, covering the contents and design of the C++ standard library, the most important new feature of the C++ specification. The author has also added a substantial number of new exercises while keeping many from previous editions that have retained their value.

While The C++ Programming Language is not a C++ tutorial, strictly speaking, anyone learning the language, especially those coming from C, will greatly benefit from the clear presentation of all its elements. It is impossible to overstate the importance of this book for anyone who is serious about using C++.


登録情報

  • ハードカバー: 1040ページ
  • 出版社: Addison-Wesley Professional; 3版 (2000/2/15)
  • 言語 英語, 英語, 英語
  • ISBN-10: 0201700735
  • ISBN-13: 978-0201700732
  • 発売日: 2000/2/15
  • 商品の寸法: 18.7 x 4.4 x 23.5 cm
  • おすすめ度: 5つ星のうち 5.0  レビューをすべて見る (4件のカスタマーレビュー)
  • Amazon ベストセラー商品ランキング: 洋書 - 15,376位 (洋書のベストセラーを見る)
  •  カタログ情報、または画像について報告

  • 目次を見る

この本のなか見!検索より (詳細はこちら
書き出し
This book consists of six parts: Introduction: Chapters 1 through 3 give an overview of the C++ language, the key programming styles it supports, and the C++ standard library. 最初のページを読む
その他の機能
頻出単語一覧
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引 | 裏表紙
この本の中身を閲覧する:

この商品を見た後に買っているのは?


この商品につけられているタグ

 (詳細)
タグをクリックすると、タグがつけられた商品、タグをつけた人が表示されます。※タグは初期設定で公開になっています。詳しくはこちら
 

 

カスタマーレビュー

星4つ
0
星3つ
0
星2つ
0
星1つ
0
最も参考になったカスタマーレビュー
24 人中、21人の方が、「このレビューが参考になった」と投票しています。
形式:ハードカバー
From my years of being a C++ programmer, this is definitely the one of the best reference books I've ever used. This book cover all the aspects of C++, one of the most complicated programming language, with a nice detail of everything, including STL (Standard Template Library, the C++ new standard library).

However, this book is, like all of the previous editions, NOT a language/programming tutorial. To read this book, you will need tons of C++ & OOP knowledge, even if you are an ace C programmer (since C is quite different from C++ in "The Way of Thinking"). Especially, if you are a novice, please read one or two "good" primer book before coming to this one, otherwise you will get lost easily. (Believe me, it's happened to me before when I tried to read the 2nd edition).

Moreover. In this edition, the author, Bjarne Stroustrup, added 2 more appendixes on "locales" and "standard library exception safety", which would make this book even more useful and more complete than any previous editions. And would make this become "A Bible" for C++ Programmaing Language.

If you are a "serious" C++ programmer (or wannabe), you can't get anything better than this. This is a MUST!

このレビューは参考になりましたか?
9 人中、7人の方が、「このレビューが参考になった」と投票しています。
形式:ハードカバー
C++開発者自身が書いた、文字通りの労作となっています。
内容は余りにも素晴らしく、文句のつけようがありませんが、多くのレビュアーが指摘されているように、初心者はほぼ挫折するでしょう。理由ですが、著者も記していますが、かなりの技量のある人に対しても、新しい示唆が得られるものを目標にした、ということによります。

私は邦訳は読んでいませんが、例に漏れず評判が悪いようです。内容そのものではなく、翻訳のために苦労することほど馬鹿らしいことはありません。是非原書を読まれることをお勧めします。とは言いつつも、私は著者の英語には苦労をしました。私の語学力の問題なのですが、著者がデンマーク人であることも理由のひとつ?

このレビューは参考になりましたか?
2 人中、1人の方が、「このレビューが参考になった」と投票しています。
By kaizen #1殿堂
形式:ハードカバー
C言語のK&Rに対応するC++の基本文献。

初版がでたときは、手元にはC++からCへのプリプロセッサしかなかったので、
排出したCのコードを見ながら、手探りで勉強したような記憶があります。

この本を読んだだけでは、C++の利点であるクラス体系をどのように作ればいいかはわからないかもしれません。

どのように作ればというのは、どういう設計思想出作るとよいかという点です。
そこは、他の文献またはStroustrup関連のWEBで確認するとよいかもしれません。

C++は、国際規格になっているので、そちらとも見比べることが大切かもしれません。
このレビューは参考になりましたか?
最近のカスタマーレビュー
カスタマーレビューの検索
この商品のカスタマーレビューだけを検索する

クチコミ

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

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

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


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換