Difference between revisions of "A Beginners Guide to Visual Prolog"

From wiki.visual-prolog.com

(→‎Download: Updated version for Visual Prolog 7.2)
Line 32: Line 32:
===Download===
===Download===


* [http://download.pdc.dk/vip/71/deBoer-BeginnersGuide.pdf A Beginners Guide to Visual Prolog] (PDF format, English 275 pages).  
 
* [http://download.pdc.dk/vip/72/books/deBoer/VisualPrologBeginners.pdf A Beginners Guide to Visual Prolog Version 72] (PDF format, English 275 pages).
* [http://download.pdc.dk/vip/71/deBoer-BeginnersGuide.pdf A Beginners Guide to Visual Prolog Version 71] (PDF format, English 275 pages).  
* [http://download.pdc.dk/vip/71/deBoer-BeginnersGuide-examples.zip Examples from A Beginners Guide to Visual Prolog] (ZIP format, 445 KB).  
* [http://download.pdc.dk/vip/71/deBoer-BeginnersGuide-examples.zip Examples from A Beginners Guide to Visual Prolog] (ZIP format, 445 KB).  
* [http://download.pdc.dk/vip/71/deBoer-BeginnersGuide_chinese.pdf A Beginners Guide to Visual Prolog ] (PDF format, Chinese, translated by Yi Ding).
* [http://download.pdc.dk/vip/71/deBoer-BeginnersGuide_chinese.pdf A Beginners Guide to Visual Prolog ] (PDF format, Chinese, translated by Yi Ding).
[[Category:Tutorials]]
[[Category:Tutorials]]

Revision as of 15:31, 26 June 2009

A Beginners Guide to Visual Prolog is a comprehensive book for absolute beginners witten by Thomas W. de Boer.

The book contains already published material, which is used with permision of the authors.

The current version of the book is devoted to Visual Prolog 7.1.

Contents

  1. The Integrated Development Environment
  2. Forms
  3. Simple user interfacing
  4. A closer look at the IDE
  5. Fundamental Prolog
  6. Data modeling in Prolog
  7. Using Forms or Dialogs and Controls: a minimal database
  8. Object oriented programming - classes and objects
  9. Declarations in Visual Prolog
  10. Recursion, lists and sorting
  11. Reading, writing, streams and files
  12. More data structures: Stacks, Queues and Trees

Appendices

  1. Everything about Dialogs and Forms
  2. List manipulating predicates


See also

A Beginners Guide to Visual Prolog in Chinese

Download