Reading C# code
-
- Posts: 9
- Joined: Sun Jul 17, 2016 5:23 am
Reading C# code
My goal is to convert the C# code to python.I found a C# source for handling tm2 picture format by Marco Calautti.There are lots of .cs file and I don't know where to start reading the source code.Can someone help me out with this?
-
- Posts: 8
- Joined: Mon Aug 29, 2016 11:51 pm
Re: Reading C# code
i will see what i can do
and to convert it to python you will have to recode it to work with python
and to convert it to python you will have to recode it to work with python
-
- Posts: 9
- Joined: Sun Jul 17, 2016 5:23 am
Re: Reading C# code
I have converted C code to python before.The .cs files have one thing in common is they have class and some short functions .Should I translate the code file by file?