Wed, 18 Jun 1902 08:00:00 GMT
Turbo Pascal 7.0 vs Turbo C++ 3.1
I have developed a rather large program (11000 lines) in Turbo Pascal and it works fine. The programs does a lot of mathematical calculations and it is slow. Does anybody know whether I can improve the speed of execution if I rewrite the program in Turbo C++ 3.1 How in general C++ compilers compare with the Pascal counterparts ? Many people say the C or C++ family by default are faster than Pascal based languages. Is there a realistic statistic results carried out by impartial parties to prove this ?. Last question, I am in general a Pascal fun but I would like to port my program to different platform. Should I start learning the ugly C and C++ language ? or there is still hope for Pascal. Delphi is a great package but unfortunately it is only targeted for windows family and the way it goes (God forbid) it seems that Delphi would have the same end as Turbo Pascal did !. Borland produced a good product as Turbo Pascal and despite universal fame abandoned it. I am getting this feeling that despite the success of Delphi the market is following Microsoft way and go for C++. If Borland does not wake up fast Delphi would be finished just like Turbo Pascal did.
|