CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    May 2005
    Posts
    5

    Question 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?

  2. #2
    Join Date
    Dec 2005
    Location
    SJCampos - SP - Brazil
    Posts
    30

    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.
    Eliseu M. Gomes

    [email protected]

  3. #3
    Join Date
    May 2005
    Posts
    5

    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

  4. #4
    Join Date
    Dec 2005
    Location
    SJCampos - SP - Brazil
    Posts
    30

    Re: Who knows a good C++/CLI book?

    Quote 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.
    Eliseu M. Gomes

    [email protected]

  5. #5
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Who knows a good C++/CLI book?

    Quote Originally Posted by Eliseu_CEL
    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.
    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.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  6. #6
    Join Date
    Oct 2004
    Location
    Los Gatos CA
    Posts
    1

    Smile Re: Who knows a good C++/CLI book?

    Quote 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

  7. #7
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Who knows a good C++/CLI book?

    Quote 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?
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured