| View previous topic :: View next topic |
| Author |
Message |
Reid Guest
|
Posted: Sat Apr 21, 2007 7:46 am Post subject: Delphi to C++ |
|
|
I wrote a small program from Delphi 3 a long time ago. I am thinking to
switch from Delphi to C++. Is there a way that we can covert the program
into C++ code? I am starting to learn how to use C++ because I could not
find a job on Delphi programmer. Any suggest?
Reid |
|
| Back to top |
|
 |
Clayton Arends Guest
|
Posted: Sat Apr 21, 2007 8:10 pm Post subject: Re: Delphi to C++ |
|
|
There are some conversion scripts that you should be able to find if you do
an Internet search. I am not aware of programs that completely convert code
though.
Since C++ and Object Pascal have very similar syntax (for the most part)
simple scripts can be used to partially convert the code before a human
needs to get involved. This topic has been discussed many times before. If
you perform a Google Groups (http://groups.google.com) search for "convert
delphi c++" or "convert object pascal c++" or "object pascal c++ conversion"
or "delphi c++ conversion" you might be able to find tips or even a
program/script if one exists.
- Clayton |
|
| Back to top |
|
 |
|