CodePorting.Translator Cs2Cpp (C# 到 C++转换器) 发布 24.2
Major Features
None.
Minor fixes
File::SetLastWriteTime
now throws an ArgumentOutOfRangeException
if passed time is invalid.
Path::GetTempFileName
creates unique file now, not only generates file name.
System::String
indexer now throws IndexOutOfRangeException
when index is out of range.
CppSkipEntityAttribute
now applies to structures.
- Added basic
System::Activator
support.
- Translation for
Color.IsNamedColor
property is implemented.
Public API and Backward Incompatible Changes
None.
下载工件
CodePorting Translator Cs2Cpp 24 2
这是 CodePorting.Translator Cs2Cpp 的完整包,允许将现有 C# 代码转换为 C++
添加: 2024/2/16
下载
文件大小: 188Mb
CodePorting Translator Cs2Cpp Framework 24 2
包含适用于所有支持平台的库构建(如果您已拥有完整软件包,则无需安装)
添加: 2024/2/16
下载
文件大小: 184Mb
关于 CodePorting.Translator Cs2Cpp
CodePorting.Translator Cs2Cpp 是一个转译器解决方案,可以帮助您自动将 C# 源代码转换为 C++,以便在不更改 API 或代码文档的情况下为两种语言发布相同版本的软件。
转换项目后,您需要编译代码,同时将其链接到 CodePorting.Translator.Cs2Cpp.Framework(也可以通过 NuGet 获得)。