Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi = Pascal? Resources for Learning? [closed]

Well, I am new to Delphi and really offline programming in general (other than the standard C++) and recently acquired a copy of Delphi and was kind of interested in starting with it. I read somewhere that it uses Pascal but I was confused on if it used Pascal, as in it was programmed with it, or if it used Pascal as in the language you code in it. Either way, I was wondering if anyone had any good resources to start learning. Either books or articles/forums online would be splendid. This is a neat little community here so I plan on utilizing this.

like image 374
Lonestar Avatar asked Jul 19 '09 04:07

Lonestar


2 Answers

Delphi is a pascal-based object-oriented programming language. It's also a product, a large part of which has been programmed using the Delphi language.

Here are some excellent SO questions with answers that contain fantastic suggestions for learning Delphi:

  • Learning Delphi
  • Books about the Delphi language
  • What's the best Delphi book for a newbie?
  • Delphi tips

Many of those SO answers contain useful links, including many of the ones provided by others here, along with comments (and SO votes) to help you prioritize them.

like image 81
Argalatyr Avatar answered Sep 22 '22 17:09

Argalatyr


http://www.marcocantu.com/EPascal/default.htm

http://www.delphibasics.co.uk/

http://delphi.about.com/

http://delphi.wikia.com/wiki/Main_Page

http://docs.embarcadero.com/products/rad_studio/

like image 43
RRUZ Avatar answered Sep 21 '22 17:09

RRUZ