Customer Reviews


16 Reviews
5 star:
 (4)
4 star:
 (4)
3 star:
 (7)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


8 of 8 people found the following review helpful:
4.0 out of 5 stars BUY the book, READ it, and KEEP it around, but be warned...
This book is must for VB programmers who want to extend the functionality of their projects. For the most part, the book is technically sound and logically organized. The formatting of code, however, left something to be desired, as it was often awkward/inconsistent in the spacing and indentation of code, and it was often difficult to see where one function/property...
Published on November 25, 2001 by Benjamin Ng

versus
25 of 25 people found the following review helpful:
3.0 out of 5 stars Should be titled "Supplementing VB Projects With VC++"
I have been waiting for YEARS!! *FINALLY*, there is a C++ beginner's book for the VB crowd!! I was beginning to think that if I ever figure this stuff out myself I'd have to write a book of my own, the first of its kind. Now I know I don't have to. :)

Unfortunately, the book is not intended to help you develop C++ projects. Rather, the book is intended to allow you to...

Published on December 12, 2000 by Jonathan M. Davis


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

25 of 25 people found the following review helpful:
3.0 out of 5 stars Should be titled "Supplementing VB Projects With VC++", December 12, 2000
By 
Jonathan M. Davis (Scottsdale, AZ USA) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: C++ for VB Programmers (Paperback)
I have been waiting for YEARS!! *FINALLY*, there is a C++ beginner's book for the VB crowd!! I was beginning to think that if I ever figure this stuff out myself I'd have to write a book of my own, the first of its kind. Now I know I don't have to. :)

Unfortunately, the book is not intended to help you develop C++ projects. Rather, the book is intended to allow you to utilize Visual C++ to enhance your VB applications. The first half of the book relates to the basic C++ syntax, pointers, and OOP concepts, the latter half of the book focuses almost entirely on deploying COM objects with Visual C++.

In other words, this book will NOT take a VB programmer and make him a C++ applications developer. It would certainly give him a boost in that direction, with some guidance from other resources; however, that is not the objective of this book. The objective is clearly to help VB programmers supplement their VB projects with C++ components.

Morrison has an approachable writing style. He tends to take the approach, "Here's what you might do in VB, now here's how the same thing looks in C++". I like that approach, but unfortunately it sometimes comes with pages upon pages of mundane VB source code and its C++ counter-blob. C++ files are seperated by source code comments, or sometimes not at all, with poor consistency. I would rather have seen either a tree diagram of the final file structure or a digital copy of the source on the CD-ROM. I'm rather irritated with the publisher for including a CD-ROM that doesn't have a copy of the source code from the book! There should have been PLENTY of room left over to throw in the source. Fortunately, the source code can still be downloaded from the publisher's web site.

One important thing that should be noted: This book is mistitled. It should be __VISUAL__ C++ for VB Programmers, not C++ for VB Programmers. The book clearly targets the Microsoft VC++ IDE.

If you intend not to supplement your VB projects but to dive into real-world C++ applications, this book should be accompanied with a few other VC++ books, as there will likely be a need to retrieve alternative explanations of various concepts or language features in order to fully understand them. I've found these books to be the best: C++ Primer Plus (Steven Prata; MacMillan), Programming Windows (Charles Petzold; Microsoft), Visual C++ 6.0 Bible (Leinecker and Archer; IDG), and Programming Microsoft Visual C++ (Kruglinski, others; Microsoft).

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
4.0 out of 5 stars BUY the book, READ it, and KEEP it around, but be warned..., November 25, 2001
By 
Benjamin Ng (Calgary, AB Canada) - See all my reviews
This review is from: C++ for VB Programmers (Paperback)
This book is must for VB programmers who want to extend the functionality of their projects. For the most part, the book is technically sound and logically organized. The formatting of code, however, left something to be desired, as it was often awkward/inconsistent in the spacing and indentation of code, and it was often difficult to see where one function/property ended and another one began. The thing is, it was fine in some places, yet horrendous in others.

If you can put aside the cosmetic shortcomings, then this book has a lot to offer. The topics discussed could easily fit into two or three volumes, but this book is fairly "to-the-point" and gets the job done in one. The author's style is entertaining and informative, and it is written like he is speaking directly to you. The size of the book is not intimidating, and the material is easy to digest in a relatively short time (my company wanted to use a third-party C/C++ library which VB could not directly use, so I had to build a proprietary ActiveX COM object with methods, properties, events, etc. -- having had no prior C/C++ experience, I successfully completed this task within 2 weeks while reading the book). For that, this book was a life-saver!

The author will get you started on developing VC++ components for your VB projects, but it's up to you to learn more (he references further reading materials in several of his chapters). It is also a decent reference book once you've read it over and implemented some of the techniques and worked through some projects.

If you have any prior C++ experience, you can jump straight to Chapters 9-10 to learn about writing VB-accessible DLLs, and you'll quickly start learning about ATL by Chapters 11-12. Appendix B (on BSTRs) is also a very useful, and ties in tightly with Chapter 12. If you don't read anything else in this book, then at least read these!

Now the bad part: There are minor technical flaws from time to time, but most seasoned VB developers will catch these and identify them as typos. As of this writing, the publisher's website...does not have any corrections listed for the book, but I have sent them a list of about 71 cosmetic updates, about 20 technical issues, and editorial comments for almost all chapters. The downloadable code has many discrepancies from the printed version, which may be an issue if you're comparing notes. Most projects can be built from scratch from listings in the book alone, but the author often neglects to mention specific settings/actions required at compile-time to make things work (e.g., the /MT or /MD flags to compile a multi-threading application). Also, the sample VB client applications lack design-time attributes, so you end up with pages of VB code, and no idea what controls/menus to add (other than trying to figure it out from the code). With one project, in Chapter 10, you *must* download the code from the website since it contains required files, and many attributes which aren't described in the book. The problem is, the code looks different from what is published. But, trying to build the project from scratch from the book alone will drive you nuts! The conceptual explanations on what the code is doing is fairly good, however. It's just annoying when you want to practice building a component (rather than loading up provided code), and meeting a brick wall over and over!

The provided CD-ROM should have provided the printed code (exactly as printed), rather than requiring the reader to download it from the website. The ZIP file I downloaded from the publisher contained most of the code that was in the book, but for the projects where it mattered (Chapters 10 and 12), it was quite different from the published code. For other chapters, having the code would not have made a great difference since the listings were short and easy enough to type in. In some cases (Chapter 8, p. 139 and 144), the author claimed that unprinted code was available for download, but the projects he described were not actually included in the ZIP file. This was also the case for Appendix B (p. 326).

Despite some of the annoyances I found, I would still buy and read this book over again. Don't use it to learn C++, but to augment your VB skills using C++. If you want to learn C++ properly, I recommend Beginning Visual C++ 6, by Ivor Horton (Wrox, 1998).

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars Excellent book for VB-><-C++ programmer, October 27, 2000
By 
This review is from: C++ for VB Programmers (Paperback)
An excellent book for those high-end VB developers who sometime feel as a language VB is not 99% perfect for power user. This book doesn't teach nitty-gritty details about VB or C++ but teach how to build a bridge between the most user friendly programming language (VB) and most powerful language (C++) to date and use the both language in your advantage. Good Job!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
4.0 out of 5 stars Pretty decent, November 7, 2000
By 
This review is from: C++ for VB Programmers (Paperback)
This book appears to be the first of its kind. Not a bad job either. If you are an advanced VB programmer looking to add a second language to your skills, this book is a good place to begin.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 7 people found the following review helpful:
3.0 out of 5 stars Useful if you already know some C++, July 1, 2001
This review is from: C++ for VB Programmers (Paperback)
This is actually 2 books in one: the first part is a very basic C++ tutorial, while the second teaches you how to write C++ extentions to VB applications (dlls and COM objects). The second part deserves 5 stars while the first deserves 1 star.

I had to write some VB-friendly dlls and COM objects to speed up a large VB application. For this limited and "focused" need, the 2nd part was VERY useful and right to the point. Excellent.

As a book for learning C++, it's definately not a good choice, and I was rather dissapointed. It teaches some bad (and weird) programming habits and, worst of all, totally ignores all the modern features that actually make C++ a useful language (like the C++ Standard Library). It's not only not useful, but could even be harmful.

I strongly recommend you get yourself another book to learn C++ (like C++ Primer, C++ In Action or Tinking In C++) and only then read the second part of C++ for VB programmers.

PS. Make sure you also read all of the "C++ for VB" articles from Bruce McKinney. The first is included withthe cdrom, you'll find the rest's at Bruce's website.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
4.0 out of 5 stars A Great Start, May 14, 2001
By 
Shane Courtrille (Edmonton, AB CANADA) - See all my reviews
This review is from: C++ for VB Programmers (Paperback)
As another review mentioned this book should actually be called "Visual C++ for VB Programmers (Or better yet 'How To Write VC++ Components For Your VB Programers')" but that dosen't make it any less of a good book. The first half of the book takes you through C++ giving you the foundation you'll need to handle the last half of the book which is orientated entirely towards making DLL/COM Components. The two major 'projects' you will complete in this book (a file spliter, and a system tray icon handler) are both real world examples which help you understand how you can use C++ to implement your own components.

So if you're looking for a book that will teach you indepth C++ then this probably isn't for you, but if you like me are a Visual Basic programmer who wants to be able to write things in C++ for that extra boost of speed then make sure you add this book to your library.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars The best book for vb programmers, April 22, 2001
By 
Amazon Verified Purchase(What's this?)
This review is from: C++ for VB Programmers (Paperback)
This is the best book i have ever bought !. jonathan, expose for us, the world of c++ from the point of view of a vb programmers and he's doing it with lots of humor and deep understanding of how to teach and how to make his points. as a vb programmer for over 4 years, i can tell that this book is a must. finaly we can understand all the dirthy work that vb makes for us behind the scene, making things so transparent. and i know from my expirience that a good vb programmer whants to dig inside and find out all those things. again, the best thing for my opinion in this book is, jonathan's way to deliver the material. i know that i'll buy just any book that this writer publish because he is the best !!!. thank you jonathan.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
3.0 out of 5 stars Ok intro to c++, only partially comes through on its promise, October 23, 2001
This review is from: C++ for VB Programmers (Paperback)
If you know nothing about c++, but are an astute VB programmer, this book will give you a decent intro to C++. Be forewarned! This book is only marginally better at explaining strings than anything else out there (At least you get a direction to go in though), so if you need a C++ component tomorrow that can return strings, you are out of luck. If you just need to do numeric stuff, it is fine.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 4 people found the following review helpful:
2.0 out of 5 stars NOT ENOUGH SUBSTANCE, November 1, 2001
By A Customer
Amazon Verified Purchase(What's this?)
This review is from: C++ for VB Programmers (Paperback)
GOOD IDEA, BUT NOT ENOUGH substance to make it worthwhile. There is a strong need for a book that helps VB programmers become productive with C++, but this book doesn't adequately fill that need.

ON THE POSITIVE SIDE, this book doesn't cover programming something in C++ that you can do easier and quicker using Visual Basic. However, what it does include isn't enough to be be useful. For example, it doesn't include how to create an NT service.

The book has more VB code than C++ code and has detailed explanations about how VB works. Since this book is for VB programmers, I expected to see more C++ code and I find these examples to be useless.

There just isn't enought useful information in this book to make it worthwhile. I am very disappointed in my purchase.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Oh, it's about the book!, October 6, 2010
Amazon Verified Purchase(What's this?)
This review is from: C++ for VB Programmers (Paperback)
I have been reading this book ever since I recieved it and it is an excellent, even if a tiny bit dated, book for those of us who have been writing VB6 Code and now find ourselves in a C++ shop, clueless. :)

Yes, there is still a host of VB6 and Visual C++ 6 code out here to support. And, this is a must have book for working programmers who need to get a handle on C++ in a hurry.

Of course, nothing will replace hard work and time spent studying.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

C++ for VB Programmers
C++ for VB Programmers by Jonathan Morrison (Paperback - Sept. 2000)
Used & New from: $0.01
Add to wishlist See buying options