如何在 Go 中使用 C++ - How to use C++ in Go

問題:

In the new Go language, how do I call C++ code?在新的Go語言中,如何調用 C++ 代碼? In other words, how can I wrap my C++ classes and use them in Go?換句話說,我如何包裝我的 C++ 類並在 Go 中使用它們?


解決方案:

參考一: https://en.stackoom.com/question/7BgU
參考二: https://stackoom.com/question/7BgU
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章