- Go Systems Programming
- Mihalis Tsoukalos
- 133字
- 2021-07-02 18:08:03
Calling C code from Go
Go allows you to call C code because there are times when the only way to perform some tasks, such as communicating with a hardware device or a database server, is by using C. Nevertheless, if you find yourself using this capability many times in the same project, you might need to reconsider your approach and your choice of programming language.
Talking more about this capability in Go is beyond the scope of this book. What you should remember is that most likely, you will never need to call C code from your Go program. Nevertheless, should you wish to explore this Go feature, you can start by visiting the documentation of the cgo tool at https://golang.org/cmd/cgo/ as well as by looking at the code found at https://github.com/golang/go/blob/master/misc/cgo/gmp/gmp.go.
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- R語言經典實例(原書第2版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Python 3網絡爬蟲實戰
- Python數據挖掘與機器學習實戰
- AppInventor實踐教程:Android智能應用開發前傳
- ASP.NET Core 2 Fundamentals
- Swift 4從零到精通iOS開發
- 深入淺出Python數據分析
- Robot Framework Test Automation
- Python機器學習開發實戰
- Python編程基礎教程
- Visual C++程序設計全程指南
- Manage Your SAP Projects with SAP Activate
- vSphere High Performance Cookbook(Second Edition)