10-14-2022, 04:46 PM
(This post was last modified: 10-14-2022, 04:47 PM by SpriggsySpriggs.)
One thing to consider would be libraries. Some things that are accomplished in Python require different libraries from what is used to achieve the same result in C/C++. Any sort of translator would have to be aware of these common libraries and know when to include them. That would be quite difficult as well.
Ask me about Windows API and maybe some Linux stuff