Essential Guide to Managed Extensions for C++

個数:

Essential Guide to Managed Extensions for C++

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 250 p.
  • 言語 ENG
  • 商品コード 9781893115286
  • DDC分類 005

Full Description

"Essential Guide to Managed Extensions for C++" proves a comprehensive look at the possibilities available to programers writing code in managed extensions for C++ (MC++). The information comes "straight from the horse's mouth" - both authors have been key members of the Visual C++ .NET compiler development team and have spent most of their time implementing the language and educating others about MC++. The book has two parts. Part 1 is about the basics of Managed Extensions for C++. Part 2 is devoted to the transition between managed and unmanaged objects.
With the help of these experienced authors, developers can harness the power of native C++ code to the flexibility of managed code for optimal effect.

Contents

Hello, World!
The .NET Framework
Managed Classes
Interfaces
Value Types
Pointers, References, and Conversions
Arrays
Enumerations
Properties
Operators
Attributes
Delegates
Events
Exceptions
Transition from Native to Managed Code
Platform Invoke Service
Accessing COM Components from .NET
Accessing .NET Components from COM
Data Marshaling between COM and .NET
Managed Wrappers for Native Types