odyright / codeporting-native-cs2cpp

CodePorting.Native Cs2Cpp is a porter application that migrates C# project to C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodePorting.Native Cs2Cpp

CodePorting.Native Cs2Cpp is a porter application that migrates C# project to C++

This repository contains Example C# projects for CodePorting.Native Cs2Cpp to demonstrate how C# code is ported to C++. Visit codeporting.com to get more details on this software.

template.porter.config file is a CodePorting.Native Cs2Cpp configuration file which can be used as a base for compiling a configuration for your own project.

Qt helpers project contains the code that allows converting CodePorting.Native Cs2Cpp types into Qt ones and vice versa. Examples are also included.

Qt Creator debugging helpers subdirectory contains Qt Creator debugging helper file that allows inspecting contents of CodePorting.Native Cs2Cpp types in Qt Creator's debugger. Example project is also included.

Item Description
ExampleProjects A collection of sample C# projects that help you learn and explore the CodePorting.Native Cs2Cpp
qt_helpers Project that contains helper functions to convert CodePorting.Native Cs2Cpp types to Qt analogs and vice versa
qtcreator_debugging_helpers Debugging helper script that allows inspecting CodePorting.Native Cs2Cpp types in the Qt Creator's debugger, and a sample project
template.porter.config Template configuration file which can be use as a base when setting up CodePorting.Native Cs2Cpp porting pipeline

Resources

About

CodePorting.Native Cs2Cpp is a porter application that migrates C# project to C++

License:MIT License


Languages

Language:C++ 65.9%Language:Python 18.5%Language:C# 12.6%Language:CMake 3.0%