I don't know of any programs that do it...how long is the source? maybe one of us could do it for you?
Printable View
I don't know of any programs that do it...how long is the source? maybe one of us could do it for you?
it would take a very long time, but thanks for the offer
It's almost impossible to go from C++ to VB.
It's easier to go from high-level to low-level (since that's what compilers do) but extremely difficult to go back to high-level since so many different operations correspond to the same low-level instructions.
With certain reductions its always possible, I'm in the middle of such a project which allows both lower to higher and higher to lower level reductions.