インターネットデパート - 取扱い商品数1000万点以上の通販サイト。送料無料商品も多数あります。

C++ Primer

価格: ¥7,346
カテゴリ: ペーパーバック
ブランド: Addison-Wesley Professional
Amazon.co.jpで確認
以前の版からかなり進化しました。 ★★★★★
C++PRIMERのついに第4版になりました。この4版はだいぶ改善されていると感じます。タイトルは入門書と書かれていますが、裏面の推薦の言葉にすべてのスキルレベルのプログラマにと書いてあるとおり、C++に実装されたモダンな機能を詳しく解説してます。
邦訳が出るといいのでしょうが、原書でC++を学んでみるのもいいでしょう。丁寧に書かれた本です。
素晴らしい書籍だが... ★★★★★
先のレビュアー、Amazon.comのレビューでも書かれていたが
書籍のタイトルが「入門」「はじめての」みたいな印象を与えて
しまうために誤解されている!? 本書のは「根本から」といった
意味で、その意味では文句なしにc++を根本から説明する良書。
c++の基本的な構文をマスター(これは他の「入門」本で...)
した人にはc++をさらに理解するのに栄養満点の本!!
K&R of C++. Required Reading if you want to write C++ code. ★★★★★
After years of being a C++ programmer, read quite a lot of books (about 20, I think)... I considered this book as one of my favourite, that I usually refer to when I have some problem. I dare say that "If K&R's "White Bible" (The C Programming Language) is the indispensable text for C programmers. Then, Mr. Lippman's C++ Primer IS the K&R for C++ programmers".

However, this book is definitely not-for-beginner, or whoever new to Programming. So, some of the reader might be misleading by/confuse with its title. The writers had stated this clearly on the back cover, which said "for developers new to C++" and in the preface, which said "This book is intended as a first book on C++; it is NOT intended as a first book on programming!" (However, it's a Primer for "C++" not for "Programming" anyway :-)

One big thing that made this book different from most of the C++ introductory books is, this book provided a lot of "real-world" program examples. Here, I really mean "real world", the program that you can really "use" (may be after make them more advanced/complete), like the text query system. While all other books provided some little codes to illustrate the points (some are so silly). I found this approach very useful, although the code is quite advanced, even in the early chapter... so you might have to jump around the book to find the information of what he's talking about. However, after study the code example, I think I have a better understanding about the topics/techniques. Ok, the small examples might be better for those who know nothing, someone who come to C++ "from scratch", something like that... But after you finished it, you still might not get the idea of how to put them together , unless there are any bigger program to illustrate the idea.

Note to those who are new to programming : Read other books first, so you won't blame on a good book like this.

Note to everyone who had been misleaded by this book's title : Make sure you've read the back cover and the preface of ANY book before buying it, if you can... (if you can't, you have to try your luck..., good luck for you then :-)