Re: C++ to Pascal
You will have an easier time translating C++ to Object Pascal, as the supported concepts will align better. Having said that, you will still run into issues when you have to recreate libraries in ObjectPascal that exist by default in C++. You also need to realize that they do not use some of the same concepts.
I cannot give you more than general advice without seeing code and your attempts to translate it, however.
|