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
これは、既存の C# コードを C++ に変換できる CodePorting.Translator Cs2Cpp の完全なパッケージです。
追加: 2026/07/17
ダウンロード
ファイルサイズ: 295Mb
CodePorting.Translator Cs2Cpp について
CodePorting.Translator Cs2Cpp は、API やコード ドキュメントを変更せずに両方の言語で同じバージョンのソフトウェアをリリースするために、C# ソース コードから C++ への変換を自動化するのに役立つトランスパイラー ソリューションです。
プロジェクトを変換した後、コードを CodePorting.Translator Cs2Cpp Framework にリンクしながらコンパイルする必要があります。これも NuGet 経由で利用できます。