What are good Lazarus / FPC resources?

I want to learn how to develop applications in Lazares, but I need resources, preferably books, for Lazarus.

Keep in mind that I know 0 Pascal. Thanks.

+6
source share
4 answers

Lazarus - A complete guide can be found here .

UPDATE

Free book here . I know this for Delphi, but it will also help Lazarus newbies a lot.

As far as I know, there are also books in German (paid), Portuguese (paid) and Arabic (free).

+8
source

The compiler and non-visual tutorials are here.

To some extent, you can use Delphi resources; Essential Pascal is also always well read, as well as old Delphi mastering books from the same author.

+2
source

I found out using a book

"Oh! Pascal!

. Clear and simple - very good.

0
source

Marco Cantu's book, Essential Pascal, is a useful Pascal agnostic guide for Pascal Object Pascal dialects (Lazarus, FPC, Delphi). http://www.marcocantu.com/epascal/ An older version of the book is available for free, and the latest can be bought.

0
source

Source: https://habr.com/ru/post/897576/


All Articles