Delphi - Visual C++
Quote
> David Chamberlin-Kidd <mit95...@dmu.ac.uk> wrote in article
<31D17733.5...@dmu.ac.uk>...
Quote
> Can someone give me some GOOD reasons for using delphi instead of Visual
> c++ or Visual Basic. I want to write a program that will display a
> directory on a hard drive and a directory on a floppy next to each
> other. It then needs to allow the selection of files and copy them in
> either direction. Is Delphi a good language to do this sort of thing?
David, I think Delphi is the best for this simple task, but I must say,
it's overkill. You may find that in all of the enormity of the product,
finding how to do your simple task takes 50 times as long as doing it.
I have used VB, and it is really not any different in this regard, except
that confusion arises not out of trying to find all the good things, but
instead, trying to figure out why this doesn't work like that. VB is a
mess, in my humble opinion.
C++ is even more challenging than Delphi.
The problem is, all available products require you to understand a lot,
like their language, their architecture and design, and stuff. It's as
though your ability to do the relatively simple tasks requires as much
understanding as to do very complex tasks.
To be specific, if you want to do your specific example, Get "Delphi
Programming for Dummies". I think something like this is done as an
example in the book.
And it really is easy: Delphi comes with pre-built components that will
give you a list of files, drives, and all that good stuff. It's just that
"getting it to work" part that can be tricky <G>.
--
Tom Harrison
Sublime Software