Recent

Author Topic: Is this book good?  (Read 11324 times)

sabino

  • New member
  • *
  • Posts: 7
Is this book good?
« on: May 03, 2015, 06:13:06 pm »
I can't find recently written books about Pascal because nowaday, only Delphi books are written  :'( ... On eBay, I've seen an old book for sale, it's titled "Computer Programming in Pascal", written by David Lightfoot and published in 1992. Would it be suitable?  :-\
Or, should I buy a book about Delphi? If yes, what version (to avoid incompatibilities)? Thank you. :)

lainz

  • Hero Member
  • *****
  • Posts: 4468
    • https://lainz.github.io/
Re: Is this book good?
« Reply #1 on: May 03, 2015, 06:34:52 pm »
Hi, wow I've learned everything online.

The Wiki has a lot of information. There are a lot of websites training you how to program in pascal.

There are books that comes with FPC
http://freepascal.org/docs.var

These are really usefull. This in particular:
http://freepascal.org/docs-html/ref/ref.html


sabino

  • New member
  • *
  • Posts: 7
Re: Is this book good?
« Reply #2 on: May 03, 2015, 07:25:41 pm »
Hi, wow I've learned everything online.

The Wiki has a lot of information. There are a lot of websites training you how to program in pascal.

There are books that comes with FPC
http://freepascal.org/docs.var

These are really usefull. This in particular:
http://freepascal.org/docs-html/ref/ref.html

Thank you for the link. Yes, I will visit the reference documentation, but I prefer to have a physical book. Would a book from 1992 be good to start?

lainz

  • Hero Member
  • *****
  • Posts: 4468
    • https://lainz.github.io/
Re: Is this book good?
« Reply #3 on: May 03, 2015, 07:37:24 pm »
iam really not sure how much things have changed in pascal. these are a lot of years...

im user of the modern pascal i.e. fpc and lazarus. never used other thing

i think you can use that book and the reference to see what changed comparing both sources

somewhere there is a lazarus book too.. but I think that is digital too.

sin_dragan

  • Full Member
  • ***
  • Posts: 127
Re: Is this book good?
« Reply #4 on: May 03, 2015, 08:37:31 pm »
Try to find book from Marco Cantu, Essential pascal, it covers Lazarus also.
Windows 7 64 bit
Lazarus 1.4.1 (w/fixes) FPC 2.6.4 win32

kapibara

  • Hero Member
  • *****
  • Posts: 610
Re: Is this book good?
« Reply #5 on: May 03, 2015, 11:12:16 pm »
At Amazon you can find used Delphi books in good condition and to very low price. Some are "average", some are masterpieces.

Marco Cantu's "Object Pascal Handbook" might become the "golden standard" when it is released. I've read the preview and none of all the books (+30) I have can touch it. But it might take a year before it becomes available: http://blog.marcocantu.com/blog/2015-march-object-pascal-handbook-update.html

In the meantime, look at some other good book. Maybe one of these:

1) Delphi 2 by Example (Very well structured and good to read)
2) Discover Pascal in Delphi  (Written by a female teacher!)
Lazarus trunk / fpc 3.2.2 / Kubuntu 22.04 - 64 bit

gour

  • Guest
Re: Is this book good?
« Reply #6 on: August 15, 2015, 11:07:00 am »
Hello, new FPC/Lazarus user here...
 
Marco Cantu's "Object Pascal Handbook" might become the "golden standard" when it is released.

The above book is released and I wonder if it is good for learning Free Pascal or it might be too tied with Delphi's features?

Another option, for me, is to order the bundle ?

Let me say that I was using Turbo Pascal, but it was >20yrs ago. Moreover, familiar with several languages, but did not program for some time...

Any hint?

emeyer

  • Newbie
  • Posts: 4
Re: Is this book good?
« Reply #7 on: August 31, 2015, 05:59:22 am »
Hi, I'm a newbie here to Pascal and Lazarus.  I have programming experience as a Java developer though.

Anyway, I just ordered Marco Cantu's "Object Pascal Handbook".  I guess I'll learn by trial and error (and perhaps from help from this forum) if it is too Delphi centric.

Hopefully, I can report back after a while of referring to it about how good the book is.

Eddie



gour

  • Guest
Re: Is this book good?
« Reply #8 on: August 31, 2015, 04:36:35 pm »
Anyway, I just ordered Marco Cantu's "Object Pascal Handbook".

Heh, I did the same - it has arrived and I like it...

Jay

  • New Member
  • *
  • Posts: 31
Re: Is this book good?
« Reply #9 on: December 01, 2016, 08:11:30 pm »
I know this is an old thread but I'm considering buying Marco Cantu's Object Pascal Handbook to learn OOP, so any feedback on it? It seems the book is targeted specifically at Delphi users but from what I've read the differences between Delphi and Lazarus/FP are minor so I guess it would still be useful.

I have an old book (1993) on TP 7 but it's really the  OO stuff I need to get my head around, and I'm guessing that the OOP features have changed quite a bit since those days.

I know there is lots of stuff on the Wiki but I prefer to have a real book with all the info in one place.

Thanks in advance for any advice.

kapibara

  • Hero Member
  • *****
  • Posts: 610
Re: Is this book good?
« Reply #10 on: December 02, 2016, 12:27:11 am »
For the fun of it, during the last 3 years I have collected most every Delphi and Pascal book I came across. There are more than you think! :-) And they don't cost too much used at Amazon either. So I can say that if it's OOP you want, then Cantu's Object Pascal Handbook is top of the line and for the most part very useful for FreePascal and Lazarus. There are other books that cover OOP pretty good too but not by far as thorough as Cantu. Carlie Calvert's "Delphi Unleashed" contains a number of chapters and is a big allround, useful and easy to read "bible". I am pleased with first edition from 1995. Then there is Cantu's "Mastering Delphi 4, 5, 6 or 7". and Delphi Developers guide. Consider buying them all, you will learn new stuff from each of them.
Lazarus trunk / fpc 3.2.2 / Kubuntu 22.04 - 64 bit

bee

  • Sr. Member
  • ****
  • Posts: 393
Re: Is this book good?
« Reply #11 on: December 02, 2016, 04:44:47 am »
FYI, Marco Cantu's Object Pascal Handbook is now available for free. It's included with the free edition of Delphi Berlin. Go get both the book and Delphi so you now have two options for Pascal languages, FPC/Lazarus and Delphi. Have fun with them!  :)
-Bee-

A long time pascal lover.

Jay

  • New Member
  • *
  • Posts: 31
Re: Is this book good?
« Reply #12 on: December 02, 2016, 09:35:23 am »
Thanks guys. I don't have a Windows licence (I'm using Linux), so that rules out Delphi, but I'll buy the book.

Thaddy

  • Hero Member
  • *****
  • Posts: 14373
  • Sensorship about opinions does not belong here.
Re: Is this book good?
« Reply #13 on: December 02, 2016, 09:41:47 am »
One of Marco Cantu's book about Object Pascal is free and on-line.
It is an excellent introduction be it on Windows or Linux.

I don't know the book mentioned. Which is weird, since if it was any good and from around 1989-2003 I would have owned it.  O:-) :P

I seem to remember Gordon Lightfoot, but that has nothing to do with Object Pascal. ;)
« Last Edit: December 02, 2016, 09:48:49 am by Thaddy »
Object Pascal programmers should get rid of their "component fetish" especially with the non-visuals.

Jay

  • New Member
  • *
  • Posts: 31
Re: Is this book good?
« Reply #14 on: December 02, 2016, 09:53:55 am »
One of Marco Cantu's book about Object Pascal is free and on-line.
It is an excellent introduction be it on Windows or Linux.

Do you have a link for it?  :)

Quote
I don't know the book mentioned. Which is weird, since if it was any good and from around 1989-2003 I would have owned it.  O:-) :P

This one was only published last year.

http://www.marcocantu.com/objectpascalhandbook/

 

TinyPortal © 2005-2018