Hello,
This question is directed at folks who use A.I to a fair extent and have gotten reasonably good at knowing how to get reasonably good results out of it.
As most, if not all, Pascal programmers know, it is rather common to have to port/translate C/C++ code to Pascal. Most often for library bindings but, also for examples of how to do one thing or another, e.g, use one or more Windows APIs.
My question is: do you believe A.I could do a reasonably decent job, IOW, not necessarily perfect but close, in translating C examples to Pascal ? To be clearer about what I have in mind, could A.I translate the example programs found in Petzold's Programming Windows book to FPC Pascal well enough that it wouldn't take more than a few minutes (say 10 to 15) to make the example work as intended ?
Thank you for your input.