Jump to content

Pascal tutorials

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Buffer_overflow

Buffer_overflow

    Newbie

  • Members
  • PipPip
  • 10 posts
Please if anyone know, let me know where can i find tutorials for pascal...

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
A set of PASCAL tutorials I personally find complete can be found at this website taoyue.com: Learn Pascal tutorial - Introduction.

The introduction portion includes the following subjects:
  * Program Structure

    * Identifiers

    * Constants

    * Variables and Data Types

    * Assignment and Operations

    * Standard Functions

    * Punctuation and Indentation

    * Programming Assignment

    * Solution

There are further sections relating to program flow, information about how to get started with projects and future information available on the set.

Edited by Alexander, 29 October 2010 - 01:32 PM.

Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
Buffer_overflow

Buffer_overflow

    Newbie

  • Members
  • PipPip
  • 10 posts
Thanks you so much, it is hard to find good pascal tutorials.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Part of the problem is it depends on the dialect. Turbo Pascal is quite different from FreePascal, and both are different from Delphi (various versions) and Lazarus.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog