C# 到 C++转换器 – CodePorting.Translator Cs2Cpp 发布 26.7
发行说明
Major Features
- Added “inherit” configuration attribute parameter to control whether it applies to inherited classes or not.
- ‘using var d = new SomeDisposable()’ syntax is supported now.
- Implemented ‘LINQ_Average’ and ‘LINQ_Skip’ methods.
- List patterns like ‘collection is [1, var center, 10]’ are implemented.
- Indexes and ranges are supported now.
Minor fixes
- Fixed some ‘using’ constructs inside asynchronous methods.
- Delegate generation code refactored. Fixed some rare errors.
- Implemented some nUnit constructs that were not supported previously.
- Many fixes are done for ‘force_const_ref_parameters’ option.
下载工件
CodePorting.Translator Cs2Cpp 26.7
这是 CodePorting.Translator Cs2Cpp 的完整包,允许将现有 C# 代码转换为 C++
添加: 2026/7/17
下载
文件大小: 295Mb
关于 CodePorting.Translator Cs2Cpp
CodePorting.Translator Cs2Cpp 是一个转译器解决方案,可以帮助您自动将 C# 源代码转换为 C++,以便在不更改 API 或代码文档的情况下为两种语言发布相同版本的软件。
转换项目后,您需要编译代码,同时将其链接到 CodePorting.Translator Cs2Cpp Framework(也可以通过 NuGet 获得)。