語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
C++ software interoperability for Wi...
~
Gladstone, Adam.
FindBook
Google Book
Amazon
博客來
C++ software interoperability for Windows programmers = connecting to C#, R, and Python clients /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
C++ software interoperability for Windows programmers/ by Adam Gladstone.
其他題名:
connecting to C#, R, and Python clients /
作者:
Gladstone, Adam.
出版者:
Berkeley, CA :Apress : : 2022.,
面頁冊數:
xix, 225 p. :ill., digital ;24 cm.
內容註:
Part I: Foundations -- Chapter 1: Preliminaries (ch01.docx) -- Chapter 2: C++ Components and C++ Clients (ch02.docx) -- Part II: C++/CLI and .NET -- Chapter 3: Building a C++/CLI Wrapper (ch03.docx) Chapter 4: C# Clients: Consuming the Managed Wrapper (ch04.docx) -- Part III: R and Rcpp -- Chapter 5 Building an R Package (ch05.docx) -- Chapter 6 Exposing Functions using Rcpp (ch06.docx) -- Part IV Python -- Chapter 7 Building a Python Extension Module (ch07.docx) -- Chapter 8 Module Development with Boost.Python and PyBind (ch08.docx) -- Chapter 9 Conclusion (ch09.docx) -- Appendix 1 Boost Libraries (app01.docx) -- Appendix 2 CMake (app02.docx)
Contained By:
Springer Nature eBook
標題:
C++ (Computer program language) -
電子資源:
https://doi.org/10.1007/978-1-4842-7966-3
ISBN:
9781484279663
C++ software interoperability for Windows programmers = connecting to C#, R, and Python clients /
Gladstone, Adam.
C++ software interoperability for Windows programmers
connecting to C#, R, and Python clients /[electronic resource] :by Adam Gladstone. - Berkeley, CA :Apress :2022. - xix, 225 p. :ill., digital ;24 cm.
Part I: Foundations -- Chapter 1: Preliminaries (ch01.docx) -- Chapter 2: C++ Components and C++ Clients (ch02.docx) -- Part II: C++/CLI and .NET -- Chapter 3: Building a C++/CLI Wrapper (ch03.docx) Chapter 4: C# Clients: Consuming the Managed Wrapper (ch04.docx) -- Part III: R and Rcpp -- Chapter 5 Building an R Package (ch05.docx) -- Chapter 6 Exposing Functions using Rcpp (ch06.docx) -- Part IV Python -- Chapter 7 Building a Python Extension Module (ch07.docx) -- Chapter 8 Module Development with Boost.Python and PyBind (ch08.docx) -- Chapter 9 Conclusion (ch09.docx) -- Appendix 1 Boost Libraries (app01.docx) -- Appendix 2 CMake (app02.docx)
Get up-to-speed quickly and connect modern code written in C#, R, and Python to an existing codebase written in C++. This book for practitioners is about software interoperability in a Windows environment from C++ to languages such as C#, R, and Python. Using a series of example projects, the book demonstrates how to connect a simple C++ codebase packaged as a static or dynamic library to modern clients written in C#, R, and Python. The book shows you how to develop the in-between components that allow disparate languages to communicate. This book addresses a fundamental question in software design: given an existing C++ codebase, how does one go about connecting that codebase to clients written in C#, R, and Python? How is the C++ functionality exposed to these clients? One answer may be to rewrite the existing codebase in the target language. This is rarely, if ever, feasible and this book's goal is to save you the pain and the high cost of throwing out valuable existing code by showing you how to make that older code function alongside and with the more modern languages that are commonly in use today. The knowledge you will gain from reading this book will help you broaden your architectural choices and take advantage of the growing amount of talent around newer languages. What You Will Learn Build components that connect C++ to other languages Translate between the C++ type system and the type systems of C#, R, and Python Write a managed assembly targeting the .NET framework Create C++ packages for use in R/Studio Develop Python modules based on high-performance C++ code Overcome the difficulties and pitfalls involved in cross-language development.
ISBN: 9781484279663
Standard No.: 10.1007/978-1-4842-7966-3doiSubjects--Topical Terms:
527229
C++ (Computer program language)
LC Class. No.: QA76.73.C153 / G53 2022
Dewey Class. No.: 005.133
C++ software interoperability for Windows programmers = connecting to C#, R, and Python clients /
LDR
:03382nmm a2200325 a 4500
001
2297891
003
DE-He213
005
20220128072134.0
006
m d
007
cr nn 008maaau
008
230324s2022 cau s 0 eng d
020
$a
9781484279663
$q
(electronic bk.)
020
$a
9781484279656
$q
(paper)
024
7
$a
10.1007/978-1-4842-7966-3
$2
doi
035
$a
978-1-4842-7966-3
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.C153
$b
G53 2022
072
7
$a
UMP
$2
bicssc
072
7
$a
COM051380
$2
bisacsh
072
7
$a
UMP
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.C153
$b
G543 2022
100
1
$a
Gladstone, Adam.
$3
3593870
245
1 0
$a
C++ software interoperability for Windows programmers
$h
[electronic resource] :
$b
connecting to C#, R, and Python clients /
$c
by Adam Gladstone.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
xix, 225 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Part I: Foundations -- Chapter 1: Preliminaries (ch01.docx) -- Chapter 2: C++ Components and C++ Clients (ch02.docx) -- Part II: C++/CLI and .NET -- Chapter 3: Building a C++/CLI Wrapper (ch03.docx) Chapter 4: C# Clients: Consuming the Managed Wrapper (ch04.docx) -- Part III: R and Rcpp -- Chapter 5 Building an R Package (ch05.docx) -- Chapter 6 Exposing Functions using Rcpp (ch06.docx) -- Part IV Python -- Chapter 7 Building a Python Extension Module (ch07.docx) -- Chapter 8 Module Development with Boost.Python and PyBind (ch08.docx) -- Chapter 9 Conclusion (ch09.docx) -- Appendix 1 Boost Libraries (app01.docx) -- Appendix 2 CMake (app02.docx)
520
$a
Get up-to-speed quickly and connect modern code written in C#, R, and Python to an existing codebase written in C++. This book for practitioners is about software interoperability in a Windows environment from C++ to languages such as C#, R, and Python. Using a series of example projects, the book demonstrates how to connect a simple C++ codebase packaged as a static or dynamic library to modern clients written in C#, R, and Python. The book shows you how to develop the in-between components that allow disparate languages to communicate. This book addresses a fundamental question in software design: given an existing C++ codebase, how does one go about connecting that codebase to clients written in C#, R, and Python? How is the C++ functionality exposed to these clients? One answer may be to rewrite the existing codebase in the target language. This is rarely, if ever, feasible and this book's goal is to save you the pain and the high cost of throwing out valuable existing code by showing you how to make that older code function alongside and with the more modern languages that are commonly in use today. The knowledge you will gain from reading this book will help you broaden your architectural choices and take advantage of the growing amount of talent around newer languages. What You Will Learn Build components that connect C++ to other languages Translate between the C++ type system and the type systems of C#, R, and Python Write a managed assembly targeting the .NET framework Create C++ packages for use in R/Studio Develop Python modules based on high-performance C++ code Overcome the difficulties and pitfalls involved in cross-language development.
650
0
$a
C++ (Computer program language)
$3
527229
650
1 4
$a
Microsoft.
$3
3593799
650
2 4
$a
Programming Language.
$3
3538935
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7966-3
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9439783
電子資源
11.線上閱覽_V
電子書
EB QA76.73.C153 G53 2022
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入