Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.
C++/CLI: The Visual C++ Language for .NET and over 300,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

 

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

Have one to sell? Sell yours here
 
   
C++/CLI: The Visual C++ Language for .NET
 
 
Start reading C++/CLI: The Visual C++ Language for .NET on your Kindle in under a minute.

Don’t have a Kindle? Get yours here.
 
  

C++/CLI: The Visual C++ Language for .NET (Hardcover)

by Gordon Hogenson (Author)
Key Phrases: namespace msclr, gcnew constraint, managed templates, Visual Studio, Visual Basic, Program Files (more...)
3.7 out of 5 stars See all reviews (3 customer reviews)

List Price: $54.99
Price: $49.49 & this item ships for FREE with Super Saver Shipping. Details
You Save: $5.50 (10%)
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 5 left in stock--order soon (more on the way).

Want it delivered Tuesday, July 7? Choose One-Day Shipping at checkout. Details
27 new from $12.68 16 used from $12.70
Also Available in: List Price: Our Price: Other Offers:
Kindle Edition (Kindle Book) $43.99

Frequently Bought Together

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

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


Customers Who Bought This Item Also Bought

C++/CLI in Action (Manning)

C++/CLI in Action (Manning)

by Nishant Sivakumar
4.7 out of 5 stars (3)  $31.49
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
Windows via C/C++ (Pro - Developer)

Windows via C/C++ (Pro - Developer)

by Jeffrey M. Richter
4.6 out of 5 stars (14)  $44.09
Ivor Horton's Beginning Visual C++ 2008

Ivor Horton's Beginning Visual C++ 2008

by Ivor Horton
4.2 out of 5 stars (11)  $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
Explore similar items


Editorial Reviews

Product Description

C++/CLI: The Visual C++ Language for .NET introduces Microsoft's new extensions to the C++ syntax that allow you to target the common language runtime the key to the heart of the .NET 3.0 platform. In 12 no-fluff chapters, Microsoft insider Gordon Hogenson takes you into the core of the C++/CLI language and explains both how the language elements work and how Microsoft intends them to be used. Compilable code samples illustrate the syntax as simply as possible, and more elaborate code samples show how the new syntax might typically be used.

The book is a beginner's guide, but it assumes a familiarity with programming basics. And it concentrates on explaining the aspects of C++/CLI that make it the most powerful and fun language on the .NET Framework 3.0. As such, this book is ideal if you're thinking of migrating to C++/CLI from another language. By the end of this book, you'll have a thorough grounding in the core language elements together with the confidence to explore further that comes from a solid understanding of a languages syntax and grammar.



About the Author
Gordon Hogenson is the manager responsible for the Visual C++ documentation, has worked as a technical writer and testing engineer for Visual C++, C# and other Microsoft products for 9 years. He has avid interests in many diverse fields, including botany and organic gardening, chemistry, physics, metaphysics and philosophy.

Product Details

  • Hardcover: 448 pages
  • Publisher: Apress; 1 edition (December 4, 2006)
  • Language: English
  • ISBN-10: 1590597052
  • ISBN-13: 978-1590597057
  • Product Dimensions: 9.2 x 7.1 x 1.1 inches
  • Shipping Weight: 1.7 pounds (View shipping rates and policies)
  • Average Customer Review: 3.7 out of 5 stars See all reviews (3 customer reviews)
  • Amazon.com Sales Rank: #645,623 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #20 in  Books > Computers & Internet > Programming > Languages & Tools > Visual C++
    #44 in  Books > Computers & Internet > Programming > C > Language

Inside This Book (learn more)


Books on Related Topics (learn more)
 
 

What Do Customers Ultimately Buy After Viewing This Item?


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)

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:    (0)
4 star:
 (2)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
17 of 17 people found the following review helpful:
4.0 out of 5 stars Good Introduction to C++/CLI, December 11, 2006
By martin chisholm (Bellevue, WA USA) - See all my reviews
(REAL NAME)   
(Disclosure: I read a draft of the book, not the final version.)

I'm comfortable with C++, and am now working with C#. I wanted to know about this newfangled C++/CLI thing (formerly known as Managed C++ or C++ with Managed Extensions), so I read "C++/CLI: The Visual C++ Language for .NET". Jumping right in is possible, but having a guide like this book saves a lot of time.

I was glad it expected a knowledge of "Classic C++", because the last thing I wanted to read is yes another book that talks about why Object Oriented programming is the Best Thing since sliced bread, or how a for loop differs from a while loop. Instead it gets right into the interesting stuff -- garbaged collected classes versus value classes, the new operators (^ and %), CLI types, destructors versus finalizers, etc.

I'm happy to report it skims many other interesting topics. Reading it won't make you the world's foremost expert on Delegates, Generics, and Constraints, but no readable book would. I think managed/native interop is one of the more interesting C++/CLI topics, and there's a chapter devoted to it. The appendix has a great summary of the new syntax in C++/CLI. If you're seeing C++/CLI code for the first time, use that appendix for your Rosetta Stone.

I definitely recommend this book to C++ programmers who want to know about this C++/CLI thing.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
11 of 11 people found the following review helpful:
4.0 out of 5 stars Great for native and managed code enthusiasts alike, March 6, 2007
By Thomas Petchel (Redmond, WA United States) - See all my reviews
(REAL NAME)   
I had the opportunity to review this book prior to printing. I must admit that Gordon has a knack for breaking down the C++/CLI language into digestible pieces. In this book, Gordon walks you through everything you need to know to get started with C++/CLI: the .NET assembly model, classes, structures, interfaces, delegates, properties, events, generics, and so on. Each concept goes along with a complete (yet digestible) code example.

This book is also great for native C++ developers who would like to leverage .NET without throwing away all of their native code. The final section of this book covers interoperability with other .NET languages as well as native code, including COM.

I use C++/CLI daily, and I found that this book serves equally well as a cover-to-cover read as well as a shelf reference.

Whether you're a seasoned .NET developer or a C++ developer looking to interoperate with .NET, I highly recommend this book.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3.0 out of 5 stars First step into C++/CLI, May 10, 2009
By Revelino Mateus (Lisboa, Portugal) - See all my reviews
(REAL NAME)   
As the back cover says, "C++/CLI is a powerful new language". By now C++/CLI is a rather mature language, but still very powerful. Even though I don't consider it to be an easy language to learn you'll gain much insight into to Microsoft's .NET platform if you do. This take into C++/CLI in an interesting one, but in some aspects it falls short from the target.
If you're comfortable with C++ and if you have grasped another .NET language (especially C#) it will be easy for you, with the help of this book, to take control of the .NET through C++/CLI.
The book skims many interesting topics like classes, properties, delegates, generics, exceptions, etc, but mostly in an introductory manner. If you want to get a step further you will need to complement this book with another (preferably one specifically targeted into to the nuts and bolts of the CLR).
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 (1 discussion)
  Discussion Replies Latest Post
Table Of Contents 0 October 2006
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]


Active discussions in related forums
  Discussion Replies Latest Post
C# or Java? 30 53 seconds ago
Windows 7 pricing 8 1 day ago
Is Windows 7 free or do you have 2 buy it? 68 4 days ago
looking for programming forums 18 18 days ago
   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Bath Wonders from LUSH

LUSH bath bombs
Find bath bombs, bath melts, shower jellies, and more great gifts for yourself (or a friend!) from LUSH Fresh Handmade Cosmetics.

Shop LUSH now

 

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.
 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 

 

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
Glenn Beck's Common Sense
Paranoia
Paranoia by Joseph Finder
Glenn Beck's Common Sense
Darkfever
Darkfever by Karen Marie Moning

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