Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

About C++ and Object Pascal

8 views
Skip to first unread message

Ramine

unread,
Mar 17, 2017, 6:44:43 PM3/17/17
to
Hello,

About C++ and Object Pascal..

I have programmed with Object Pascal(with Delphi and FreePacal
compilers) since 1996, and what i have found that Object Pascal is more
beautiful language than C++ and it's powerful, this is why i love to
program in Delphi or FreePascal, but i have learned fast C++ and i have
found that C++ is good also because i was already an experienced
programmer, also i have noticed that when you compile a header in C++
and you don't use all your functions from the header, C++ compiler will
not compile all the header, Delphi and Freepascal are better because
when you compile a unit they will compile all the unit.


Thank you,
Amine Moulay Ramdane.

Ramine

unread,
Mar 17, 2017, 6:52:41 PM3/17/17
to
I have said that Delphi and FreePascal are better at compiling units
because they compile all the unit and they compile very fast, much
faster than C++..

Mr Flibble

unread,
Mar 17, 2017, 7:19:54 PM3/17/17
to
As a general rule the faster a programming language takes to compile the
slower the resulting executable will be when run.

C++ allows complexity to be pulled from run-time to compile-time
(traditionally with templates but now with constexpr).

/Flibble

0 new messages