Convert C# to C++

F

Flyte

What is the easiest way to convert C# to C++? And more
specifically, how to convert a C# / WinForms (.NET 2) to a
C++ / Qt solution?
 
G

Guest

If you're talking about C# to C++/CLI, then we make a converter for that (I'm
not aware of any other C# to C++/CLI converter).
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C#/VB to C++ converter
Instant Python: VB to Python converter
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Flyte said:
What is the easiest way to convert C# to C++? And more
specifically, how to convert a C# / WinForms (.NET 2) to a
C++ / Qt solution?

You print the UML diagrams and other documents showing the
functionality of the C# Win forms app and start reimplementing
it in C++ Qt.

It will not just be a translation but probably also some
structural changes.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top