C++/CLI: The Visual C++ Language for .NET and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
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 your Kindle here, or download a FREE Kindle Reading App.

C++/CLI: The Visual C++ Language for .NET [Hardcover]

Gordon Hogenson (Editor)
3.7 out of 5 stars  See all reviews (3 customer reviews)

List Price: $54.99
Price: $44.40 & this item ships for FREE with Super Saver Shipping. Details
You Save: $10.59 (19%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Thursday, February 2? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Kindle Edition $35.19  
Hardcover $44.40  

Book Description

December 8, 2006

C++/CLI is arguably the most powerful language on the .NET 2.0 Platform, as it is the only one that gives developers the option to directly access their computer’s hardware from within the .NET managed code environment. As such it is ideal for the kind of processor and memory intensive tasks for which C++ has always traditionally been used.

This book gives developers – both the experienced and those who have only taken their first few steps – a small, fast-paced primer that will kick-start them into the world of C++/CLI. In twenty no-fluff chapters Microsoft insiders take readers into the heart of the C++/CLI language and explain both how the language elements work and how Microsoft intends them to be used. At the end of this short book readers will have a deep thorough grounding in the core language elements and the confidence to explore further that comes from a solid understanding of a language’s syntax and grammar.


Frequently Bought Together

Customers buy this book with Expert C++/CLI: .NET for Visual C++ Programmers (Expert's Voice in .NET) $45.34

C++/CLI: The Visual C++ Language for .NET + Expert C++/CLI: .NET for Visual C++ Programmers (Expert's Voice in .NET)


Editorial Reviews

About the Author

Gordon Hogenson is current manager of documentation for Visual C++. He has been at Microsoft since 1998, before which he spent time researching computational methods in quantum theory at the University of Washington Department of Chemistry as a Department of Energy Computational Science Graduate Fellow.

Marcus Heege is developing software for Microsoft since the first versions of MS-DOS. He works as a course author and instructor for DevelopMentor, where he has recently written the "Essential C++/CLI seminar". In addition to that he provides troubleshooter consulting for software developers. Marcus is a Microsoft Certified Solution Developer and Microsoft Certified trainer.


Product Details

  • Hardcover: 448 pages
  • Publisher: Apress; 1 edition (December 8, 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 Best Sellers Rank: #1,099,934 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and 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

18 of 18 people found the following review helpful:
4.0 out of 5 stars Good Introduction to C++/CLI, December 11, 2006
By 
This review is from: C++/CLI: The Visual C++ Language for .NET (Hardcover)
(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.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


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)   
This review is from: C++/CLI: The Visual C++ Language for .NET (Hardcover)
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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
3.0 out of 5 stars First step into C++/CLI, May 10, 2009
By 
This review is from: C++/CLI: The Visual C++ Language for .NET (Hardcover)
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).
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
namespace msclr, gcnew constraint, managed templates, using stack semantics, pinning pointer, native entry point, const correctness, initonly field, interior pointer, gcroot template, managed entry point, heap semantics, native pointer, contextual keywords, default indexed property, ref class, special member functions, native heap, managed array, unified type system, derived class constructor, enum class, base class function, managed heap, native array
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Visual Studio, Visual Basic, Program Files, Program Stack, Hello World, Microsoft Corporation, Adding Exit, Adding Start, Developer Platform, Firing Exit, Firing Start, Optimizing Compiler Version, Removing Exit, Removing Start, John Smith, Some Public System
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:




Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
Table Of Contents 0 Oct 9, 2006
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
   


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject