Results 1 to 8 of 8

Thread: Pascal OOP Tutorials

  1. #1

    Pascal OOP Tutorials

    Hey everyone. I was just wondering whether any of you knew of some decent OOP tutorials? I have googled around for about 30 minutes now and found really nothing decent.

    Thanks for any links/tutorials you give
    --MagicRPG--

  2. #2
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Pascal OOP Tutorials

    Check out the PGD Library under Programming -- General/Advanced Programming

    You'd be looking for 'Object Oriented Programming in Delphi - A Guide for Beginners' by Rick Spence. This should give you a fairly good start on the concepts. Which is the important part if you are just beginning.

    From there you could get yourself a good book, which will help a lot from time to time or take the time to read through the Help files in Delphi as those contain an excellent reference of the entire language and it's functions. (At least Delphi 3 - 7 did.)

    Better books are those that can act as a reference later on should you forget a thing or two. It'll happen from time to time.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  3. #3

    Pascal OOP Tutorials

    Ok. Is there no difference at all between delphi and OOP pascal?
    --MagicRPG--

  4. #4

    Pascal OOP Tutorials

    Borland is the founder of OOP pascal. First was the TP (turbo pascal) object tyle with "object" but that's considered deprecated (for marketing reasons).

    Delphi IS what is today considered OOP Pascal.
    Feel the power of Open Source.
    <br />Feel the power of Free Pascal.

  5. #5

    Pascal OOP Tutorials

    Ok thanks. I'm just wondering, can I code delphi in FPC? Cause I absolutely despise the interface of Lazarus/other delphi apps... They are horrible.
    --MagicRPG--

  6. #6

    Pascal OOP Tutorials

    FPC should support Delphi code pretty well as far as I understand.
    But I don¬Ąt understand why you hate the Delphi interface
    Imagine I've written something clever here inspiring you to make something awesome. If that happens give me credits

  7. #7

    Pascal OOP Tutorials

    Because he's a hardcore commandline guy, aka embedded systems programmer or root level OS (like linux) developer. Forget GUI is their motto.

    Operator overloading is different between them, but FPC comes with this awesome PDF help document that will help explain its methods of object-orientation. But you have to enter runlevel 5!

  8. #8

    Pascal OOP Tutorials

    Ok, thanks. That's all I needed to know
    --MagicRPG--

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •