Re: Helping a kid
Scout writes:
Quote
I'm a bit stunned at the outcome.
The kid had written masses of code to make his project work. There
was the odd typo that I helped him to fix, but he was getting really
pissed off at how difficult it was to write computer programs.
Actually, I think he was losing interest in even trying.
I discovered the same thing while trying to port one of my apps to C#.
When it got down to doing the database parts it was taking FAR longer to
do in C#, and some of the functionality I had in Delphi(with very little
coding) was very difficult to replicate in C#. I got about 50% through
the port and decided to do the version 2.0 in Delphi and I am glad I
did. The whole reason for the C# port was to get Unicode support, but
with Delphi 2008 coming I am not worried about that now.
From my experience C# and the other .net languages are great for
console type applications, but for Desktop apps, winforms really sucks.
Somethings in C# are easier to do because MS has included everything but
the kitchen sink in the framework, but when it comes right down to it
Delphi is still better overall for Desktop Applications and was able to
do many of the "New" things VS does back in 1995.
After working with .net for about 3 months doing that port I can say I
KNOW Delphi is better.