Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
25 used & new from $19.60

Have one to sell? Sell yours here
 
   
C++/CLI in Action (Manning)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

C++/CLI in Action (Manning) (Paperback)

by Nishant Sivakumar (Author)
Key Phrases: interop mechanisms, interior pointer, delegate map, Windows Forms, Hello World, Garbage Collector (more...)
4.7 out of 5 stars See all reviews (3 customer reviews)

List Price: $49.99
Price: $34.99 & this item ships for FREE with Super Saver Shipping. Details
You Save: $15.00 (30%)
Usually ships within 7 to 13 days.
Ships from and sold by Amazon.com. Gift-wrap available.

13 new from $23.50 12 used from $19.60

Frequently Bought Together

C++/CLI in Action (Manning) + Expert Visual C++/CLI: .NET for Visual C++ Programmers (Expert's Voice in .Net) + C++/CLI: The Visual C++ Language for .NET
Price For All Three: $142.97

Some of these items ship sooner than the others. Show details


Customers Who Bought This Item Also Bought

C++/CLI: The Visual C++ Language for .NET

C++/CLI: The Visual C++ Language for .NET

by Gordon Hogenson
3.7 out of 5 stars (3)  $49.49
Windows Presentation Foundation Unleashed (WPF)

Windows Presentation Foundation Unleashed (WPF)

by Adam Nathan
4.8 out of 5 stars (67)  $34.64
Foundations of C++/CLI: The Visual C++ Language for .NET 3.5 (Expert's Voice in .Net)

Foundations of C++/CLI: The Visual C++ Language for .NET 3.5 (Expert's Voice in .Net)

by Gordon Hogenson
$47.99
Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net)

Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net)

by Andrew Troelsen
4.4 out of 5 stars (56)  $37.79
Pro Visual C++/CLI and the .NET 2.0 Platform (Expert's Voice in .Net)

Pro Visual C++/CLI and the .NET 2.0 Platform (Expert's Voice in .Net)

by Stephen R. G. Fraser
3.7 out of 5 stars (11)  $71.99
Explore similar items

Editorial Reviews

Product Description
C++ is the language of choice for thousands of applications and millions of lines of code. With C++/CLI, developers can integrate existing C++ code into the .NET platform without rewriting their applications. This book explores the C++/CLI syntax, teaches how to mix native C++ and managed .NET code, and shows how to integrate C++ with Windows Forms, WPF (Avalon), and WCF (Indigo).

Imagine taking a C++-based program you've been using for a decade and giving it a snazzy new interface using Windows Presentation Foundation. How about making your old business applications talk to your new ones using Windows Communication Foundation. C++/CLI makes this--and more--possible. C++/CLI in Action shows you how to bridge the gap between your existing C++ code and the .NET platform. C++/CLI in Action will help you if:

  • You're hesitant to migrate to .NET because it means rewriting code in C# or VB.
  • You have significant C++ expertise that you want to leverage in the .NET.
  • You only need to use pieces of the .NET framework, such as Windows Forms or web services.

    There's no fluff here. Designed for readers who already know C++, this book starts by teaching the unique aspects of the C++/CLI language. After a quick tour through the basics, readers work through examples of integrating standard C++ into the .NET-based applications and building programs that mix C++ and .NET code for maximum performance and efficiency.

    About the Author
    Nishant Sivakumar has extensive experience with Visual C++, MFC, C#, and the .NET Framework. He has been a Microsoft Visual C++ MVP since 2002 and maintains an MVP tips and tricks website and a popular blog. Nish is in charge of several products for The Code Project. He also authored Extending MFC Applications with the .NET Framework. Nish lives with his wife in Toronto, Ontario.


  • Product Details

    • Paperback: 416 pages
    • Publisher: Manning Publications (April 11, 2007)
    • Language: English
    • ISBN-10: 1932394818
    • ISBN-13: 978-1932394818
    • Product Dimensions: 9 x 7.3 x 1 inches
    • Shipping Weight: 1.6 pounds (View shipping rates and policies)
    • Average Customer Review: 4.7 out of 5 stars See all reviews (3 customer reviews)
    • Amazon.com Sales Rank: #185,363 in Books (See Bestsellers in Books)

    Inside This Book (learn more)


    Books on Related Topics (learn more)
     
     


    Tags Customers Associate with This Product

     (What's this?)
    Click on a tag to find related items, discussions, and people.
    Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
    (1)
    (1)

    Your tags: Add your first tag
     
    Help others find this product — tag it for Amazon search
    No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

    Sell a Digital Version of This Book in the Kindle Store

    If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

     

    Customer Reviews

    3 Reviews
    5 star:
     (2)
    4 star:
     (1)
    3 star:    (0)
    2 star:    (0)
    1 star:    (0)
     
     
     
     
     
    Average Customer Review
    4.7 out of 5 stars (3 customer reviews)
     
     
     
     
    Share your thoughts with other customers:
    Most Helpful Customer Reviews

     
    8 of 9 people found the following review helpful:
    4.0 out of 5 stars Excellent book, May 14, 2007
    Nishant did an excellent job with this book. The only complaint is that he could have made it bigger.

    He separates himself from the rest. The difference is his book covers:

    1. MFC/Managed C++ integration. Excellent chapter.
    He shows how to add any Managed class to either
    an MFC Dialog or MFC View. My favorite chapters are
    five and six.

    2. Templates/Generic mixing. Even covers managed template
    inheritance.

    3. Advanced event covering with C++. I have worked with C++/C#
    for years, and I didn't know this about events. Very good.



    4. Avalon integration. This is somewhat lacking, but it is still
    very good coverage.

    I would recommend this book to anybody.
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    4 of 4 people found the following review helpful:
    5.0 out of 5 stars Excellent text, June 15, 2008
    The book is well written, and brings the reader along slowly enough to grasp all the important concepts along the way. The book will take an experienced C++ programmer easily through every concept he/she needs to know in order to use the language in the .NET environment.

    Chapter 1 introduces simple CLI concepts such as the /clr compiler option, CLR types, handles, gcnew, and boxing. Chapters 2 and 3 graduate to more advanced concepts including delegates, finalizers, managed templates, and generics.

    Chapters 4 and 5 explain how to mix native code and managed code, in numerous, practical scenarios. The author presents one very clever technique for wrapping managed classes, which is more elegant than any other techniques you are likely to encounter.

    Chapter 6 explains how to interop Windows Forms with MFC or vice versa. Chapter 7 shows three techniques for using WPF (Avalon) in C++/CLI (yes, it is possible). By the way, the third technique is no longer supported by Microsoft. And finally, chapter 8 covers WCF.

    The author writes in a style that is interesting and keeps the reader engaged. He uses analogies effectively to help the reader connect concepts or to see them in a different light. He reassures the reader when a new idea is first mentioned, that it will be fully explained at a later point, if not in the current context. I found Sivakumar to be one of the best technical authors out there.

    I would highly recommend this book to someone who needs to make the move to .NET programming from plain C++, or for someone who needs to interop managed and unmanaged code.
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    2 of 2 people found the following review helpful:
    5.0 out of 5 stars Very good, November 7, 2008
    By Phil H (Alpharetta, GA United States) - See all my reviews
    There aren't many C++/CLI books out there, and although this is the only one I've read, I have to say it's excellent. The first two parts of the book are essential reading and really represent all anyone should need to know about C++/CLI, in my opinion. The discussion on generics and managed templates was great.
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


    Share your thoughts with other customers: Create your own review
     
     
     
    Only search this product's reviews



    Customer Discussions

     Beta (What's this?)
    New! See all customer communities, and bookmark your communities to keep track of them.
    This product's forum (0 discussions)
      Discussion Replies Latest Post
      No discussions yet

    Ask questions, Share opinions, Gain insight
    Start a new discussion
    Topic:
    First post:
    Prompts for sign-in
      [Cancel]


    Active discussions in related forums
      Discussion Replies Latest Post
    Textbooks for Kindle DX? 34 19 hours ago
    C# or Java? 32 5 days ago
    Does anyone use Discovering Geometry: An Investigative Approach? 3 12 days ago
       


    Product Information from the Amapedia Community

    Beta (What's this?)


    So You'd Like to...


    Look for Similar Items by Category


    Have a shopping question?
    Try askville. It's free!
    Get answers from real people in areas like health, books, parenting, relationships



     

    Big Savings in Books

    Bargain Books
    Find great titles at fantastic prices in our Bargain Books Store.
     

    Buy Three Books, Get a Fourth Free

    4-for-3 Books
    Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
     

    A Mosaic of Tiles

    Shop for tiles
    Whether it's the focal point or just a backdrop, tile can define areas, distinguish style, and add pizzazz to your kitchen or bathroom.

    Shop for tiles now

     

     

    Feedback

    If you need help or have a question for Customer Service, contact us.
     Would you like to update product info or give feedback on images?
    Is there any other feedback you would like to provide?

    Your comments can help make our site better for everyone.


    Where's My Stuff?

    Shipping & Returns

    Need Help?

    Your Recent History

      (What's this?)
    You have no recently viewed items or searches.

    After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

    Look to the right column to find helpful suggestions for your shopping session.

    Continue shopping: Top Sellers

    Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates