Page 1 of 1

C# conversion to Java

Posted: Wed May 25, 2022 2:36 pm
by gmc
Hi guys, I would like to know if you have some ideas about how to convert C# code to Java? I got some C# code for pattern mining that I want to compare with SPMF implementations. Any software to do that?

Re: C# conversion to Java

Posted: Thu May 26, 2022 5:00 am
by Alva
I used that converter before:

https://www.tangiblesoftwaresolutions.c ... tails.html

It works quite well.

Re: C# conversion to Java

Posted: Wed Jun 01, 2022 3:09 am
by Lin
I have done some conversion by hand for a company but using these software can give very messy results sometimes.

Re: C# conversion to Java

Posted: Fri Jun 03, 2022 3:53 pm
by admin
Alva wrote: Thu May 26, 2022 5:00 am I used that converter before:

https://www.tangiblesoftwaresolutions.c ... tails.html

It works quite well.
I dont know about the C# to Java converted. But the C to Java converter from that company is not bad at all. I converted the PrePost algorithm from C to java. There was some errors but after fixing them by hand the result was not bad after 1 or 2 days of work.

Philippe

Re: C# conversion to Java

Posted: Sun Jun 05, 2022 4:04 pm
by Alva
Nice to know you also used it. Yes I kind of agree with what you said Dr. Philippe. I had similar experience.