Rating: Summary: The book is medicre. The multimedia CD is usseless. Review: A real good book for learning the real basics. The problem with it is that after that you rae really lost.
Rating: Summary: one of the better ones but not really applicable Review: A real good book for learning the real basics. The problem with it is that after that you rae really lost.
Rating: Summary: For the novice C++ programmer Review: After just finishing the book today, I have to say I have a larger insight into c++ programming. If you do all the examples yourself and try to do all the exercises,you WILL learn. The down side is though that if you have never programmed B4, you may need to have a dictionary beside you to keep up. It is a book that will help you to grasp the meanings of what a class is and arrays, but it can get a little tricky when it comes to the header files and the STL. If you have tried to learn Java and still have no idea, this will give you a better understanding to make the study of Java easier If you want to make games-Forget it.( buy a book on ASM or get the Black Art Of 3D Game Programming in C. If you have mastered C already and need a hit of OOP, then it's good. It is a BIG book on the subject, so don't buy it , get half way through and think you wont get it. cout << "IF YOU READ IT THROUGH, YOU WILL LEARN! << endl;
Rating: Summary: A ponderous tome by any standard... and weak as it is large. Review: Do authors ever read their own material? To see a book published on a programming subject without errors would be a real treat. Punctuation and grammar are poor, sentences run on and on and on ad nauseum.Don't bother with the CD, it's limited usefulness matches the book. This is no where near a comprehensive coverage of any language let alone the one it's about. DON'T WASTE YOUR MONEY. I wouldn't have the book were it not shipped free to our department for evaluation.
Rating: Summary: Too slow and long-winded Review: First, the good things. This is a nicely produced books. I say "produced" because it takes more than just writing to make it. There is a lot of code listings, color-coded in a consistent way, line-numbered and conveniently split across figures and pages. Clearly, a lot of work went into all of that. Several individuals other than the two authors worked on the production (including a graphic artist). The CD contains the full text and code, plus audio commentary on the code. Now, the bad things. This is a huge book. The text is long-winded and too slow going. I am pretty sure that those with good programming experience in other languages (PASCAL, C, etc) will be too impatient to read thru. Those who are complete novices to programming will probably not have the stamina to read this massive tome. This leaves me wondering as to who is the "ideal" reader of this book. I wish I knew the answer. The code examples do illustrate the concepts, but each piece of code is new and unrelated to previous code. It would have been better to stick to a single programming task and develop and refine the code as the book moved along. The code in the book is simply too distracting. There is, however, one example (elevator simulation) that the authors tackle troughout, but they do that in the optional reading sections (in connection with UML), not part of the main text. I find that example really spurious. You don't need UML to use C++. In summary, I wouldn't recommend this book to anyone. (...)
Rating: Summary: Too slow and long-winded Review: First, the good things. This is a nicely produced books. I say "produced" because it takes more than just writing to make it. There is a lot of code listings, color-coded in a consistent way, line-numbered and conveniently split across figures and pages. Clearly, a lot of work went into all of that. Several individuals other than the two authors worked on the production (including a graphic artist). The CD contains the full text and code, plus audio commentary on the code. Now, the bad things. This is a huge book. The text is long-winded and too slow going. I am pretty sure that those with good programming experience in other languages (PASCAL, C, etc) will be too impatient to read thru. Those who are complete novices to programming will probably not have the stamina to read this massive tome. This leaves me wondering as to who is the "ideal" reader of this book. I wish I knew the answer. The code examples do illustrate the concepts, but each piece of code is new and unrelated to previous code. It would have been better to stick to a single programming task and develop and refine the code as the book moved along. The code in the book is simply too distracting. There is, however, one example (elevator simulation) that the authors tackle troughout, but they do that in the optional reading sections (in connection with UML), not part of the main text. I find that example really spurious. You don't need UML to use C++. In summary, I wouldn't recommend this book to anyone. (...)
Rating: Summary: The Deitels know their stuff, but can't communicate. Review: I am a C++ programmer, and my wife is using this book for a C++ class. I am constantly amazed at the ideas she gets from this book until I read Deitels' bizarre explanations. Also, the exercises are ambiguous, so the course instructor sometimes interprets the requirements differently. The CD contains the exact text of the book, plus audio. Part of the text is presented in sequence, other parts you see in a popup window only if you happen to click on a busy-bee icon. The only use I see for the CD is the search function, which would help to deal with the disorganized presentation of the material. Unfortunately the search returns nothing, or a list of unrelated items. You need to copy the CD to the hard drive to speed up access. The free Visual C++ compiler is nice, but don't run multiple copies to get multiple editors, as you can destroy your source file. Check out Eckel, Lippman, Meyers, Stroustrup.
Rating: Summary: Best Book Review: i bought this book and it was very helpful. my friennd is a 2 yr programmer and got me into c++. he learned it from a Dummies book and when i let him see my book to check for its quality, he said it was good. i took it back but he grabbed it and said its a very interesting book. this book, i have read, teaches c++ thouroughly. who ever doesnt understand this needs too take english 101 part2. thank u Deitel and Deitel.
Rating: Summary: The book is medicre. The multimedia CD is usseless. Review: I knew nothing about C++ when I started, and I know a little bit after going through the first three chapters. Even if the book is not bad, but I wish I had bought another. It contains didactical mistakes, like add compications when introducing a new subject. The exercises are not enough to complete understanding of the subject. There are also repeated exercises almost in the same page! The multimedia CD was a complete disapointing! It doesn't really add anything to the book and it is not interactive at all. The package comes with a CD, Microsoft Visual C++, but once I installed, I could not find any explanation of how to run it.
Rating: Summary: Excellent C++ information Review: The book along with the multimedia "classroom" make an excellent combination for learning and/or reviewing C++. I haven't gotten all the way through it (yet) but so far have learned more than with any other book. The CD is far more than just code examples from the book. You not only read explanations for various concepts & code examples but hear them as well when they are presented by the authors in a complete and comprehensive manner. Very well laid out too. Only complaint is that the CD sometimes runs a little slow when loading the lessons but hey, the content more than makes up for this minor glitch.
|