Replies: 1 comment
-
|
Yes, of course. Native C interop is one of the core Solod features. See the interop docs and examples for details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given the vast legacy of C and C++ codebases, it is frequently necessary to utilize specific C libraries. However, integrating these via Cgo can be quite challenging. Since the translated output consists of C code, is it possible to directly manipulate the underlying C and C++ code?
My English proficiency is limited; this text was generated using Google Translate. I hope you will be understanding of any imperfections.
基于庞大的c或c++的遗产,经常要用到某些C的库,cgo的引用很困难,既然翻译后是c的代码,是否可以直接操作C和c++的代码.
我的英语较差,这是用google翻译的,如果不足希望理解
Beta Was this translation helpful? Give feedback.
All reactions