新品:
¥8,330 税込
ポイント: 83pt  (1%)
無料配送 6月7日-18日にお届け
発送元: Ergodebooks Ships From USA
販売者: Ergodebooks Ships From USA
¥8,330 税込
ポイント: 83pt  (1%)  詳細はこちら
無料配送 6月7日-18日にお届け
詳細を見る
通常2~3日以内に発送します。 在庫状況について
¥8,330 () 選択したオプションを含めます。 最初の月の支払いと選択されたオプションが含まれています。 詳細
価格
小計
¥8,330
小計
初期支払いの内訳
レジで表示される配送料、配送日、注文合計 (税込)。
出荷元
Ergodebooks Ships From USA
出荷元
Ergodebooks Ships From USA
販売元
(9742件の評価)
販売元
(9742件の評価)
支払い方法
お客様情報を保護しています
お客様情報を保護しています
Amazonはお客様のセキュリティとプライバシーの保護に全力で取り組んでいます。Amazonの支払いセキュリティシステムは、送信中にお客様の情報を暗号化します。お客様のクレジットカード情報を出品者と共有することはありません。また、お客様の情報を他者に販売することはありません。 詳細はこちら
支払い方法
お客様情報を保護しています
Amazonはお客様のセキュリティとプライバシーの保護に全力で取り組んでいます。Amazonの支払いセキュリティシステムは、送信中にお客様の情報を暗号化します。お客様のクレジットカード情報を出品者と共有することはありません。また、お客様の情報を他者に販売することはありません。 詳細はこちら
¥442 税込
紙面:巻末にペン等の書込み、一部字消印・シール等による消し跡▼ 若干スレキズ等ありますが、使用感少なく概ね良好 紙面:巻末にペン等の書込み、一部字消印・シール等による消し跡▼ 若干スレキズ等ありますが、使用感少なく概ね良好 一部を表示
配送料 ¥350 5月29日-31日にお届け(37 分以内にご注文の場合)
詳細を見る
残り1点 ご注文はお早めに 在庫状況について
¥8,330 () 選択したオプションを含めます。 最初の月の支払いと選択されたオプションが含まれています。 詳細
価格
小計
¥8,330
小計
初期支払いの内訳
レジで表示される配送料、配送日、注文合計 (税込)。
Kindleアプリのロゴ画像

無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません

ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。

携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。

KindleアプリをダウンロードするためのQRコード

何か問題が発生しました。後で再度リクエストしてください。

More Effective C++: 35 New Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series) ペーパーバック – 1995/12/29

4.4 5つ星のうち4.4 111個の評価

ダブルポイント 詳細

この商品には新版があります:

{"desktop_buybox_group_1":[{"displayPrice":"¥8,330","priceAmount":8330.00,"currencySymbol":"¥","integerValue":"8,330","decimalSeparator":null,"fractionalValue":null,"symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"tUGmMAJqxOoARcV%2Bj9Cyil9tMTQ%2FNlS2uyJryK%2BSoS77m1jLd8wBFBErmPhJvIUMj4salf%2FRo8pFEiR7eo2GFH7WcO5xjTccfJ5n80DVSAJZf8Q4kRL2H8XSjpJVGR%2F%2FgLW77Q92OFaMtOz6I43TC6Vy7cvnkbkfwoGlRCAYMcebCdW46%2F8FJOVGSExPg8bA","locale":"ja-JP","buyingOptionType":"NEW","aapiBuyingOptionIndex":0}, {"displayPrice":"¥442","priceAmount":442.00,"currencySymbol":"¥","integerValue":"442","decimalSeparator":null,"fractionalValue":null,"symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"tUGmMAJqxOoARcV%2Bj9Cyil9tMTQ%2FNlS2g%2FPg2A2n4wns9o40qmC3ujrRy92cu%2BH32k4T%2BUXLv6r%2BzGUo%2B3zs6F0jJFPnBfks5hJAgZUJsGF7tsIQmZFE8Df1w10aDY63ehNx7XE8w04qPV6nw15tm0ejjwBIKclJtPVKlFpOAZtAWzgvMZDbtw%3D%3D","locale":"ja-JP","buyingOptionType":"USED","aapiBuyingOptionIndex":1}]}

購入オプションとあわせ買い

More than 150,000 copies in print!

Praise for Scott Meyers’ first book, Effective C++:

“I heartily recommend Effective C++ to anyone who aspires to mastery of C++ at the intermediate level or above.”
– The C/C++ User’s Journal

From the author of the indispensable Effective C++, here are 35 new ways to improve your programs and designs. Drawing on years of experience, Meyers explains how to write software that is more effective: more efficient, more robust, more consistent, more portable, and more reusable. In short, how to write C++ software that’s just plain better.

More Effective C++ includes:

  • Proven methods for improving program efficiency, including incisive examinations of the time/space costs of C++ language features
  • Comprehensive descriptions of advanced techniques used by C++ experts, including placement new, virtual constructors, smart pointers, reference counting, proxy classes, and double-dispatching
  • Examples of the profound impact of exception handling on the structure and behavior of C++ classes and functions
  • Practical treatments of new language features, including bool, mutable, explicit, namespaces, member templates, the Standard Template Library, and more. If your compilers don’t yet support these features, Meyers shows you how to get the job done without them.

More Effective C++ is filled with pragmatic, down-to-earth advice you’ll use every day. Like Effective C++ before it, More Effective C++ is essential reading for anyone working with C++.

続きを読む もっと少なく読む

商品の説明

著者について

Scott Meyers is one of the world's foremost authorities on C++, providing training and consulting services to clients worldwide. He is the author of the best-selling Effective C++ series of books (Effective C++, More Effective C++, and Effective STL) and of the innovative Effective C++ CD. He is consulting editor for Addison Wesley's Effective Software Development Series and serves on the Advisory Board for The C++ Source (http://www.artima.com/cppsource). He holds a Ph.D. in Computer Science from Brown University. His web site is http://www.aristeia.com.



登録情報

  • 出版社 ‏ : ‎ Addison-Wesley Professional; 第1版 (1995/12/29)
  • 発売日 ‏ : ‎ 1995/12/29
  • 言語 ‏ : ‎ 英語
  • ペーパーバック ‏ : ‎ 336ページ
  • ISBN-10 ‏ : ‎ 020163371X
  • ISBN-13 ‏ : ‎ 978-0201633719
  • 寸法 ‏ : ‎ 19.05 x 2.54 x 24.77 cm
  • カスタマーレビュー:
    4.4 5つ星のうち4.4 111個の評価

著者について

著者をフォローして、新作のアップデートや改善されたおすすめを入手してください。
Scott Meyers
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

著者の本をもっと発見したり、よく似た著者を見つけたり、著者のブログを読んだりしましょう

カスタマーレビュー

星5つ中4.4つ
5つのうち4.4つ
111グローバルレーティング

この商品をレビュー

他のお客様にも意見を伝えましょう

上位レビュー、対象国: 日本

日本からの0件のレビューとお客様による0件の評価があります

他の国からのトップレビュー

すべてのレビューを日本語に翻訳
Sanjeet Kumar
5つ星のうち5.0 I haven't read a book on c++, which is as effective as this
2022年11月21日にインドでレビュー済み
Amazonで購入
Nice packaging. Nice topic covergae in book.
Andrea bodnar
5つ星のうち5.0 Five Stars
2018年6月1日に英国でレビュー済み
Amazonで購入
Very good!
SomeOne
5つ星のうち5.0 C'est du Scott Meyers
2018年4月24日にフランスでレビュー済み
Amazonで購入
Très bon livre qui nous apprend à mieux coder, même si à la fin, ça ne servira qu'à nous même vu qu'au travail 99% des gens ne lisent pas ce genre de livre...
hugh
5つ星のうち5.0 Five Stars
2017年3月16日にカナダでレビュー済み
Amazonで購入
I love it.
cybereality
5つ星のうち5.0 Top Notch C++ Advice For Novices or Pros. A Classic.
2014年4月29日にアメリカ合衆国でレビュー済み
Amazonで購入
I decided to break from my 3D game engine book marathon and go to something more fundamental. More Effective C++ by Scott Meyers is one of those books I have had on my wishlist for years but just hadn’t got around to reading yet. I had read the original book Effective C++ some years ago, and this sequel very much follows the same form. Though slightly dated now, it does cover a good amount of C++ design considerations that will show up in almost any decently complex C++ application.

The book covers a lot of OOP (object oriented programming) concepts and designs, and also a lot of the trouble you can get into using C++ without fully understanding what you are doing. Some of the coverage includes how to use abstract base classes and virtual functions. Specifically Meyers talks about memory management issues with construction and destruction, temporary objects, passing by value versus pointer/reference, and overloading copy/assignment constructors. He also discusses problems with using exceptions, explains how to write a smart pointer class (which is now obsolete with C++11, but still good to understand the implementation), using proxy objects, how to do lazy evaluation, and some various odds and ends.

Overall I found this to be a great text and very helpful, especially the discussion on inheritance and abstract base classes. If you really want to understand C++, warts and all, this should be a required text. However, please read the original title first, as it covers some more fundamental concepts than in the second text. Recommended.
1人のお客様がこれが役に立ったと考えています
レポート