Board index » delphi » Best book(s) to learn Delphi 7 and Pascal

Best book(s) to learn Delphi 7 and Pascal


2005-05-14 03:59:23 AM
delphi141
I've got to train a couple developers in how to use Delphi 7. Since these
programmers all have a good background in C/C++, they know how to program,
but not necessarily in Pascal.
Does anyone have some advice on a book - or books - that could be used to
bring them up to speed on Delphi 7 (not Delphi 2005) and the object Pascal
language? Recommendations?
Thanks in advance,
Jason Swager
 
 

Re:Best book(s) to learn Delphi 7 and Pascal

Jason Swager writes:
Quote

Does anyone have some advice on a book - or books - that could be
used to bring them up to speed on Delphi 7 (not Delphi 2005) and the
object Pascal language? Recommendations?
The most common thing I see happen with C++ programmers is assume they can
declare and use stack-based objects in local, procedures. Beyond that most
can adapt to Pascal without much trouble, they just need to be made clear on
creating and disposing of objects.
--
Wayne Niddery - Logic Fundamentals, Inc. (www.logicfundamentals.com)
RADBooks: www.logicfundamentals.com/RADBooks.html
"The moment the idea is admitted into society that property is not as
sacred as the laws of God and there is not a force of law and public
justice to protect it, anarchy and tyranny commence." - John Adams
 

Re:Best book(s) to learn Delphi 7 and Pascal

Although you're looking for more than this, delphi.about.com has a
tutorial series to help Delphi developers learn about COM which starts
with a lesson for Delphi folks to learn about how to read C++. Maybe
this would give folks some initial insight(?)
 

Re:Best book(s) to learn Delphi 7 and Pascal

Jason Swager writes:
Quote
I've got to train a couple developers in how to use Delphi 7. Since
these
programmers all have a good background in C/C++, they know how to
program,
but not necessarily in Pascal.

Does anyone have some advice on a book - or books - that could be used to
bring them up to speed on Delphi 7 (not Delphi 2005) and the object
Pascal
language? Recommendations?
Marco and T & P are the two authorities for general Delphi books.
www.amazon.com/exec/obidos/tg/listmania/list-browse/-/1VL65TQYIAQCJ
This list is pretty darn complete, and fairly in order. Either of the top
two books would be excellent general books, and depending on what
specialty you will be getting into, related books are listed. I'd
personally prioritize #13, Delphi in a Nutshell, higher, it is an
invaluable reference book for experienced programmers who just need help
finding that right bit of *Delphi* to use.
For just an introduction to the language, look at Marco Cantu's excellent
free resources (and it may help you decide if his writing style suits you):
www.marcocantu.com/epascal/default.htm
www.marcocantu.com/edelphi/default.htm
-Brion
 

Re:Best book(s) to learn Delphi 7 and Pascal

Jason Swager writes:
Quote
I've got to train a couple developers in how to use Delphi 7. Since
these programmers all have a good background in C/C++
Delphi 6 Developer's Guide is very good for this kind of audience. It's
filled with notes specific to C++ devs so that they can grasp the parallels
easier. Mastering Delphi 7 (as stated already by Ingvar) will complement
this in that it fills the minor gaps of info between Delphi 6 and D7.
 

Re:Best book(s) to learn Delphi 7 and Pascal

"Lee Grissom" <lee dot grissom at quest dot com>writes
Quote
Jason Swager writes:
>I've got to train a couple developers in how to use Delphi 7. Since
>these programmers all have a good background in C/C++

Delphi 6 Developer's Guide is very good for this kind of audience. It's
filled with notes specific to C++ devs so that they can grasp the
parallels easier. Mastering Delphi 7 (as stated already by Ingvar) will
complement this in that it fills the minor gaps of info between Delphi 6 and D7.
And I just put one up on eBay: :-)
cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=4550129125&rd=1&sspagename=STRK%3AMESE%3AIT&rd=1
 

Re:Best book(s) to learn Delphi 7 and Pascal

The best learning book I have seen for Delphi has to be Sam's "Teach Yourself
Delphi 4 in 21 Days".
www.amazon.com/exec/obidos/ASIN/0672312867/qid=1116018541/sr=2-1/ref=pd_bbs_b_2_1/103-5970789-9269427
I'm not sure how it will fare with ex-C++ programmers though (they might be
too "smart" for this book).
-BKN
 

Re:Best book(s) to learn Delphi 7 and Pascal

Jason Swager writes:
Quote
Does anyone have some advice on a book - or books - that could be
used to bring them up to speed on Delphi 7 (not Delphi 2005) and the
object Pascal language? Recommendations?
Marco Cant?has the "Mastering Delphi" series, very good.
His writing style and general approach will serve your purpose
better than some other Delphi books.
www.marcocantu.com/md7/default.htm
--
Ingvar Nilsen
www.ingvarius.com
 

Re:Best book(s) to learn Delphi 7 and Pascal

Bryce K. Nielsen writes:
Quote
The best learning book I have seen for Delphi has to be Sam's "Teach
Yourself
Delphi 4 in 21 Days".


www.amazon.com/exec/obidos/ASIN/0672312867/qid=1116018541/sr=2-1/ref=pd_bbs_b_2_1/103-5970789-9269427
That's the one that got me started. As I recall, to my detriment I only
went through the first ten lessons or so before I couldn't help myself and
started writing applications that worked.
Quote
I'm not sure how it will fare with ex-C++ programmers though (they might
be
too "smart" for this book).
For strong programmers it probably isn't the right book. But it is still a
good book.
-Brion
 

Re:Best book(s) to learn Delphi 7 and Pascal

Quote
i think that one's free online right?
www.cesis.lv/learn/delphi/
Oh wow! I didn't know that. I will get family/friends who ask how is best to
learn programming, and I think Delphi is the best learning language out
there. Now that I know it is online, I can refer them to that if they really
want to learn Windows programming.
-BKN
 

Re:Best book(s) to learn Delphi 7 and Pascal

Ingvar Nilsen writes:
Quote
Marco Cant?has the "Mastering Delphi" series, very good.
His writing style and general approach will serve your purpose
better than some other Delphi books.

www.marcocantu.com/md7/default.htm
Not bad, but I like more the Delphi 6 Developers Guide, by Teixeira and
Pacheco.
I would say that "Mastering Delphi" is for normal people; Delphi 6 Developers
Guide is for the geeks, for those who want to know everything, even how
to create custom forms and install them in the IDE.
 

Re:Best book(s) to learn Delphi 7 and Pascal

Quote
That's the one that got me started. As I recall, to my detriment I only
went through the first ten lessons or so before I couldn't help myself and
started writing applications that worked.

To your detriment or to the compliment of Delphi, how quick/easy it is to
learn...
Quote
For strong programmers it probably isn't the right book. But it is still a
good book.

That's what I was thinking, but then again, maybe not. If you coming from a
non-visual langauge, some of the base-concepts may be foriegn how they work,
like how Events get hocked up, how DataModules interact, how the Application
object works, etc. I still think it is a great book...
-BKN
 

Re:Best book(s) to learn Delphi 7 and Pascal

Johnnie Norsworthy writes:
Quote
And I just put one up on eBay: :-)
I have Delphi 5 Developer's Guide, the Spanish translation. it is so
badly translated that I hope that some day I will sell it as a weird
collector's item. <g>
Example:
The chapter called "Coding standards" is translated as "Codificacion de
estandares".
LOL
 

Re:Best book(s) to learn Delphi 7 and Pascal

Since they know how to program, suggest first, the Marco Cantu free ones
for familiarization:
www.marcocantu.com/epascal/default.htm
www.marcocantu.com/edelphi/default.htm
As references, you must also have one copy each of Cantu's
Mastering Delphi 7
(www.marcocantu.com/md7/default.htm)
and Delphi 6 Developer's Guide (With CD-ROM)
by Xavier Pacheco, Steve Teixeira
(www.amazon.com/exec/obidos/tg/detail/-/0672321157/qid=1116021864/sr=52-11/ref=sr_52_11_etk-stripbooks/002-4896608-5686467?v=glance&s=books&n=1000)
Depending on their areas of specialization, there may be
some graphics and/or database development books like Harmon's
Delphi/Kylix Database Development.
- Eduardo
When all is said and done, more is said than done.
-- Ron Jaworski (ESPN)
Eminent Domain Software
"Custom Software Development For Your Domain"
Makers of EDSSpell, EDSPrint, EDSZipCodes and
XSpell, the IDE Expert.
Jason Swager writes:
Quote
Does anyone have some advice on a book - or books - that could be used to
bring them up to speed on Delphi 7 (not Delphi 2005) and the object Pascal
language? Recommendations?

 

Re:Best book(s) to learn Delphi 7 and Pascal

Ingvar Nilsen writes:
Quote
I recommend the Mastering series for those unfamiliar with Delphi,
which was the case here. For those who know Delphi, like you, the
question is open. It is not either or, most often you benefit from
more sources.
Indeed. I find also very interesting Konopka's book "Developing Custom
Delphi 3 Components". I think that the books about making components
are the most useful for the real Delphi programmer, they are the Delphi
"nirvana". :)