Click here to Skip to main content
15,878,959 members
Articles / Desktop Programming / MFC
Article

An Excellent Reference for Managed C++

Rate me:
Please Sign up or sign in to vote.
3.12/5 (13 votes)
4 Jun 20032 min read 73.7K   13   15
Book Review of Programming With Managed Extensions for Microsoft Visual C++.NET 2003

This article is in the Book Review chapter. Reviews are intended to provide you with information on books - both paid and free - that others consider useful and of value to developers. Read a good programming book? Write a review!

Sample Image - Managed_Extensions.gif
TitleProgramming with Managed Extensions for Microsoft Visual C++.NET 2003
AuthorRichard Grimes
PublisherMicrosoft Press
Published2003
ISBN0735617821
PriceUSD 49.95
Pages583

Review

After developing stand alone Windows applications using Microsoft Visual C++ with MFC for the past several years, the transition to .NET has been frustrating, to say the least. I had purchased a few books on the topic, but starting in on my first production Managed C++ project I found them all lacking in details on the deeper subjects. What is more, Microsoft C++.NET on-line documentation in the MSDN Library was getting hard to wade through. As I’ve done in the past, I decided it was time for another trip to the book store. My hope being, if I can find just ONE book that covers a few of these topics in depth, the money will be well spent. Let me say, I was very excited to pick up Richard Grimes’ book "Programming with Managed Extensions for Microsoft Visual C++.NET", as it has exceeded all my expectations and has become a regular desk reference for this project.

Grimes’ "matter of fact" approach is refreshing and to the point. No sales pitch, no watered down glossing over the details. This book is well written, thorough and easy to understand. Pick a chapter on any topic and you will find a rich discussion with usable example code. In some cases, a subject can be addressed clearly and thoroughly in one paragraph. In other cases, when it takes 3 pages to sufficiently cover a topic, Grimes’ book delivers.

Conclusion

It may be that some or all this information lies buried within the MSDN Library somewhere, but personally, to have a tangible BOOK that I can read through, underline, dog-ear pages and sick yellow post-it notes all over is well worth the money. This is one book that will be well used, and is likely to be one of the more tattered ones on my shelf. I give it an A.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
United States United States
Software developer - Musician - Vacuum tube guitar amp builder. Collector/restorer of antique radios. BMW enthusiast.

Comments and Discussions

 
QuestionWhy mix C/C++ with .NET? Pin
TW6-Jun-03 6:18
TW6-Jun-03 6:18 
AnswerRe: Why mix C/C++ with .NET? Pin
Nemanja Trifunovic6-Jun-03 6:45
Nemanja Trifunovic6-Jun-03 6:45 
GeneralRe: Why mix C/C++ with .NET? Pin
TW7-Jun-03 2:25
TW7-Jun-03 2:25 
GeneralRe: Why mix C/C++ with .NET? Pin
Anthony_Yio8-Jun-03 17:24
Anthony_Yio8-Jun-03 17:24 
GeneralRe: Why mix C/C++ with .NET? Pin
TW9-Jun-03 1:49
TW9-Jun-03 1:49 
GeneralRe: Why mix C/C++ with .NET? Pin
Anthony_Yio9-Jun-03 15:26
Anthony_Yio9-Jun-03 15:26 
GeneralRe: Why mix C/C++ with .NET? Pin
Anthony_Yio9-Jun-03 15:40
Anthony_Yio9-Jun-03 15:40 
GeneralRe: Why mix C/C++ with .NET? Pin
TW9-Jun-03 22:20
TW9-Jun-03 22:20 
GeneralRe: Why mix C/C++ with .NET? Pin
Anthony_Yio9-Jun-03 22:26
Anthony_Yio9-Jun-03 22:26 
GeneralRe: Why mix C/C++ with .NET? Pin
TW9-Jun-03 22:00
TW9-Jun-03 22:00 
GeneralRe: Why mix C/C++ with .NET? Pin
Anthony_Yio9-Jun-03 22:18
Anthony_Yio9-Jun-03 22:18 
AnswerRe: Why mix C/C++ with .NET? Pin
markmalin6-Jun-03 6:48
markmalin6-Jun-03 6:48 
My reason for buying this book had somewhat to do with your question. In my case, I have a small staff (just me!) and lots of code I've written with C++/MFC. Personally, I didn't WANT to go the .NET platform because IMHO C++ 6.0 and MFC works just fine for my applications. But feeling like Microsoft has turned a deaf ear toward developers like myself who still write stand-alone Windows applications (i.e. no internet, no web services, no COM...), I felt forced to write our next application in C# so I'm not completely left unsupported. Since I, like you, feel C++ is still the best language, I thought I'd just wrap my old C++ DLL's in managed extensions and use them with C#. That turns out easier said than done -- so my next decision was "all right, then, I'll just re-write them with Managed Extensions and write the user interface in C#." Digging in to the MSDN Library to figure out how to write in C++ with Managed Extensions turned into a huge "time sink". That's where this book came in. For me, it seemed like every question I came up against was clearly explained. Hence my positive report.

Mark.

Mark Malin
(00==[||]==00)
GeneralRe: Why mix C/C++ with .NET? Pin
Anonymous6-Jun-03 8:11
Anonymous6-Jun-03 8:11 
GeneralRe: Why mix C/C++ with .NET? Pin
TW7-Jun-03 2:33
TW7-Jun-03 2:33 
GeneralBest MC++ Reference Pin
George L. Jackson6-Jun-03 1:31
George L. Jackson6-Jun-03 1:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.