C++ to C# conversion tool

Soldato
Joined
19 Jun 2009
Posts
3,915
I have some C++ code I have sourced from the net, and I'm trying to convert the code to C#.

Does anyone know of any good on-line tools that would automatically do the conversion process.

Cheers
Jason
 
Soldato
OP
Joined
19 Jun 2009
Posts
3,915
Thanks for the responses. The C++ is some quite complicated Neural Network code.

I knew nothing would help with libraries, but hopefully something to help with converting syntax.

One option is to keep the C++ code original, then use P/invoke to call as a function.

Pho, or anyone else who wants to look at the C++ code then I would be grateful :). I have looked at C++ in the past but i'm rusty, i'm really a .Net / c# person.

http://www.yourmenu.co.uk/other/ESOIINN.rar
 
Back
Top Bottom