Customer Reviews


9 Reviews
5 star:
 (6)
4 star:
 (2)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
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


15 of 17 people found the following review helpful:
4.0 out of 5 stars Excellent Source Material
It's basically the same stuff you get with Visual Studio's MSDN product library...whether that MSDN CD set comes with the plain Visual C or not is beyond me. If you don't like reading stuff off the CD-Rom, this is excellent. It's great to be able to glance through and be able to find MFC wrapper-code. However, it lacks very much what it needs for vanilla win32...
Published on June 19, 1999 by D. Crandall

versus
13 of 16 people found the following review helpful:
1.0 out of 5 stars Believe me: You don't need this!
All information you need is already there, in MSDN. It's not worth to have all those pages printed. I have bought this reference thinking it was different from current documentation attached to Visual C++, but it is the SAME.

This is fairly useless, unless you want to loose time and money.

Published on February 21, 2002 by balestrin


Most Helpful First | Newest First

15 of 17 people found the following review helpful:
4.0 out of 5 stars Excellent Source Material, June 19, 1999
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Visual C++ (Microsoft Professional Edition) (Paperback)
It's basically the same stuff you get with Visual Studio's MSDN product library...whether that MSDN CD set comes with the plain Visual C or not is beyond me. If you don't like reading stuff off the CD-Rom, this is excellent. It's great to be able to glance through and be able to find MFC wrapper-code. However, it lacks very much what it needs for vanilla win32 applications, concentrating almost exclusively on ATL and MFC, as well as ActiveX and a little on COM. In which case, look to Charles Petzold's book on <i>Programming Windows</i>.
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:
5.0 out of 5 stars A necessity, March 28, 2001
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Visual C++ (Microsoft Professional Edition) (Paperback)
Online help is fine but there are effective limits to its usefullness. It can quickly become a maze in which you get lost and of course you have to be at the computer to use it. After dithering around I decided to buy the Visual C++ 6.0 Reference Library and it's a treasure. Yes, it is essentially what is in the MSDN library but the books are so much easier to use. You can quickly target and access just what you need to know and the Language Reference organizes that specific type of information you need to refer to often, such as variable specs and accuracy ranges. This is a worthwhile buy if you're serious about programming Visual C++, almost a necessity.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars Don't Try Visual C++ Without It!, May 3, 2001
By 
Software Solutions (Twinsburg, OH United States) - See all my reviews
This review is from: Microsoft Visual C++ (Microsoft Professional Edition) (Paperback)
As stated in other reviews, the information in this 5 volume set is the same as what is found on the MSDN CDs, but it is at least 10 times easier finding information in the book(s). I am new to c++, and was getting discouraged because it was so difficult to find what I needed. Since I got this set, I can do in a week what used to take 4-6 weeks without it. If you want to code with Visual C++, its a no brainer, you need it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


13 of 16 people found the following review helpful:
1.0 out of 5 stars Believe me: You don't need this!, February 21, 2002
This review is from: Microsoft Visual C++ (Microsoft Professional Edition) (Paperback)
All information you need is already there, in MSDN. It's not worth to have all those pages printed. I have bought this reference thinking it was different from current documentation attached to Visual C++, but it is the SAME.

This is fairly useless, unless you want to loose time and money.

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 Review For Volume 4: Run-Time Library Reference, August 16, 2001
By 
P. Pham "whathot" (vancouver, british columbia Canada) - See all my reviews
(REAL NAME)   
This review is from: Microsoft Visual C++ (Microsoft Professional Edition) (Paperback)
This is the first book I read out of the volume set (5 books total), and why? Because it is an excellent, and well indexed resource on C/C++ reference. Here, let me give you a quick run down on a few items that this volume has.

1) Buffer Manipulation and Memory Allocation. (can be useful when working with array).

2) Data Conversion core subroutines. (they are like the abc of programming if you ask me.)

3) Directory and file Handling routines. (quick solution to Windows directory)

4) Stream I/O and low I/O. (very detailed topic on stream)

5) Searching and Sorting. (qsort, bsearch, ...there if you needed)

6) String Manipulation. (very, very complete listing of string functions)

7) Time Managment routines. (you will use these guys sooner or later)

If you looking for a C/C++ reference, I highly recommend this volume. I can't recommend the entire set because I haven't finish reading them yet. Anyway, I hope this help.

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


8 of 10 people found the following review helpful:
5.0 out of 5 stars Best MFC Classes Documentations, September 16, 2001
By 
P. Pham "whathot" (vancouver, british columbia Canada) - See all my reviews
(REAL NAME)   
This review is from: Microsoft Visual C++ (Microsoft Professional Edition) (Paperback)
Did you ever got frustrated from programming Windows application because you couldn't find the documentation when needed the most? Be honest now, can you really say the MSDN cds are all you need to give you adequate documentation to get by MFC? Maybe so, but you are probably doing it the hard way.

Let me let you in a trick that I learn from Windows programming that can help you become more efficient in MFC. Place the volume 1 & 2 of this reference set beside your computer on the angle desk. Yup, believe it or not, this essentially give you about 3000 pages of well indexed references to all of MFC classes from A - Z. And do your self a favour, bookmark the section to CWnd and CDC clases for quick access to the core of Windows programming. With these books and the MSDN library, that's enough to make you very dangerous.

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


13 of 18 people found the following review helpful:
5.0 out of 5 stars The best there is o doubt about it., May 22, 2000
This review is from: Microsoft Visual C++ (Microsoft Professional Edition) (Paperback)
Not knowing much about C++ Programming I was completely unaware of how much the programmer actually needs to know and understand in order to write code correctly. After looking at this five-volume reference library I am now know why programmers are paid so much.

In volumes one and two you have over 3000 pages of the MFC Reference library. Alone these two books cost over $250.00. Both of the books are in alphabetical order and they list out the complete code and give you examples of what the code will look like after you write it. These two books make this set worth the purchase by themselves.

In volume three, labeled the Template Library, you have over 800 pages of code in an overview and active template format. As if that is not enough to satisfy even the more avid programmer the volume also includes OLE Database templates.

Moving along to volume four, the Run-Time Library Reference, an 825 plus page plethora of coding information. You are given Functions and parameters of the complete run-time libraries. Microsoft Press also includes the source code and an enormous amount of coding examples.

The first 4 books alone are more than you could ask for, however Microsoft doesn't stop there. In volume 5 you have an 800 plus page language Reference library. The volume covers terminology and concepts as well as structure, functions and examples.

What Microsoft has done has brought together the encyclopedia of C++ programming code libraries. Once again Microsoft is making it easier to do your job.

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


4.0 out of 5 stars Neccessary for MSVC++, July 12, 2002
By 
James Poag (Orange Lake, FL United States) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Visual C++ (Microsoft Professional Edition) (Paperback)
My Microsoft Foundation Class Bible was getting old and out-dated. I bought this primarily for the MFC reference and as icing got the Language and run-time library reference.

Hardcopy is a little easier on the eyes and I grew up with books.

Caution: This reference set seems like 12 books crammed into 5 without the consideration of reformatting. The pages aren't numberered the way one would expect. One book ends and another begins without warning, beining at page one. The index for each "Section" is at the end and corresponds to it,s section. Example: There are three pages numbered one.

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


3 of 12 people found the following review helpful:
5.0 out of 5 stars Great book, August 28, 1998
By A Customer
This review is from: Microsoft Visual C++ (Microsoft Professional Edition) (Paperback)
This book offers a complete reference to Visual C++ 6.0, it's for the intermediate to advanced level developer. Well written although personally I consider that the Inprise tool C++ Builder 3 is a better choice, because it is really visual.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Microsoft Visual C++ (Microsoft Professional Edition)
Microsoft Visual C++ (Microsoft Professional Edition) by McS (Paperback - January 1, 1998)
Used & New from: $19.17
Add to wishlist See buying options