<< 1 >>
Rating:  Summary: Not for a beginner Review: I gave this book only 2 stars due to the fact that I found the material to be too complex for a beginner. I have no experience in programming and was hoping that the book would be more detailed in how C++ works. There are alot of examples in the book for you to copy to the computer but the commmands aren't described. For example in Chapter 2, part of the example tells you to type the following with no explanation as to what the commands are and what those commands are doing.void SetName(String *name) { strName = strName ->Copy(name); } String* GetName() { return strName; } Perhaps I had the wrong impression when I purchased this book thinking it was a C++ tutorial rather than just a software tutorial. Who knows? The plus side is that you get the book and the complete Visual C++.net software cheaper than buying the software alone.
Rating:  Summary: Excellent Introduction to Visual C++ Review: Ok. This book doesn?t teach C++. But it sure teaches the Visual Environment if one already knows C++. The practical teaching format is very easy to follow and the book is very complete. Excellent and easy to follow. A great introduction.
Rating:  Summary: Excellent Introduction to Visual C++ Review: Ok. This book doesn't teach C++. But it sure teaches the Visual Environment if one already knows C++. The practical teaching format is very easy to follow and the book is very complete. Excellent and easy to follow. A great introduction.
<< 1 >>
|