|
-
February 7th, 2006, 10:53 AM
#1
Who knows a good C++/CLI book?
Hi guys, I wanna buy a good C++/CLI book, but I don´t know anyone who has already bought one, so I decided to ask here. Does anyone have a good reference?
-
February 7th, 2006, 11:01 AM
#2
Re: Who knows a good C++/CLI book?
Here you will get some:
http://www.apress.com/book/bookDisplay.html?bID=95
http://www.amazon.com/gp/product/159...lance&n=283155
http://www.grimes.demon.co.uk/books/man_vc.htm
It's 2 books. Managed C++ and .NET Development: Visual Studio .NET 2003 Edition and Programming with Managed Extensions for Microsoft Visual C++ .NET--Version 2003.
I have both. They helped me a little but I had some knowledge already.
Take care.
-
February 8th, 2006, 10:09 AM
#3
Re: Who knows a good C++/CLI book?
Thank you Eliseu_CEL, the "Programming with Managed Extensions for Microsoft Visual C++ .NET" interests me.
I saw the book "Pro Visual C++/CLI and the .NET 2.0 Platform (Hardcover)" in Amazon, anyone has opinion about it?
http://www.amazon.com/gp/product/159...lance&n=283155
-
February 8th, 2006, 10:46 AM
#4
Re: Who knows a good C++/CLI book?
 Originally Posted by SciFie
Thank you Eliseu_CEL, the "Programming with Managed Extensions for Microsoft Visual C++ .NET" interests me.
I saw the book "Pro Visual C++/CLI and the .NET 2.0 Platform (Hardcover)" in Amazon, anyone has opinion about it?
http://www.amazon.com/gp/product/159...lance&n=283155
Which version of Visual Studio are you using? If you have 2005 version this book is for you.
Last edited by Eliseu_CEL; February 8th, 2006 at 10:52 AM.
-
February 8th, 2006, 05:09 PM
#5
Re: Who knows a good C++/CLI book?
 Originally Posted by Eliseu_CEL
C++/CLI is the new version of the Managed Extentions to C++ from .NET 2005. It's not the same language from .NET 2002 and 2003. So the books you mentioned can't be about C++/CLI.
-
April 8th, 2006, 03:53 PM
#6
Re: Who knows a good C++/CLI book?
 Originally Posted by cilu
C++/CLI is the new version of the Managed Extentions to C++ from .NET 2005. It's not the same language from .NET 2002 and 2003. So the books you mentioned can't be about C++/CLI.
Well since I wrote the book "Pro Visual C++/CLI and then .NET 2.0 Platform" I can tell you it is not the merging of two books.
It is a major rewrite of my first book "Managed C++ and .NET Development" to reflect the new C++/CLI syntax. It also contains 6 new chapters, two of which cover Unsafe/Unmanaged C++ which the first version unfortunately failed to cover.
Stephen R. G. Fraser
-
April 8th, 2006, 04:47 PM
#7
Re: Who knows a good C++/CLI book?
 Originally Posted by Stephen Fraser
Well since I wrote the book "Pro Visual C++/CLI and then .NET 2.0 Platform" I can tell you it is not the merging of two books.
It is a major rewrite of my first book "Managed C++ and .NET Development" to reflect the new C++/CLI syntax. It also contains 6 new chapters, two of which cover Unsafe/Unmanaged C++ which the first version unfortunately failed to cover.
Stephen R. G. Fraser
It's good that you clarified what the book is about.
But, I have no idea what do you mean with the merging of two books. Did I say something like that? Did anyone say?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|