Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please give me some ideas about tools that convert C# to C / C++ #41

Open
prepare opened this issue Nov 1, 2018 · 2 comments
Open

Please give me some ideas about tools that convert C# to C / C++ #41

prepare opened this issue Nov 1, 2018 · 2 comments

Comments

@prepare
Copy link
Member

prepare commented Nov 1, 2018

Always Develop in C# :)

But I need some tools to convert all source to C/C++ code

@prepare prepare changed the title C# to C , source -to-source conversion tools, Consideration Nov 2, 2018
@prepare prepare changed the title Please give me an idea about tools that convert C# to C Nov 2, 2018
@prepare prepare changed the title Please give me some ideas about tools that convert C# to C Nov 9, 2018
@sgf
Copy link

sgf commented Jun 28, 2024

C# can support AOT compilation. Therefore, I suggest not to consider converting C# to C/C++. The latest versions of .net 6-9 have greatly improved performance, so .net will be a great cross-platform environment.

https://github.com/barncastle/BitsKit
This library implements bit fields.

If you insist on outputting Native libraries, you can consider compiling C# to output as .dll、.dylib、.so .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants