Results 1 to 10 of 18

Thread: Pascal Cheat sheet???

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    Could you post a link? It would be helpful to know what exactly we are looking for
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  2. #2
    Sure thing - it's http://www.addedbytes.com/cheat-sheets/

    There are some great ones there, I'm mainly loking at the css, php and html ones btu a pascal one would be awesome as well!!!

    Also...A bit off topic, I'm trying to write a prog at work and the size of the screen is killing me, I mean, it's crap, 26 lines or something daft. I just grabbed the lazarus GUI and it looks pretty good, hugely impressed that I can scroll!!!! :d:d: do you know of a guide / tut thats about to give me a heads up on using it? I've tried to 'run' and 'build' but not a great deal of success.
    http://www.webdesignprofessionals.co.uk (any criticism is welcome!)

  3. #3
    Not really a cheat sheet, but useful for beginners anyway: Delphi basics

  4. #4
    so, is delphi the same as lazarus then in that it can read and compile the program? I don't want to deviate from the Pascal script language if possible as I'll get flayed when I hand the work in.
    What I'd like..is Free Pascal in 'big screen mode'
    Last edited by stevengreen22; 09-04-2011 at 01:41 PM. Reason: crap spelling :)
    http://www.webdesignprofessionals.co.uk (any criticism is welcome!)

  5. #5
    Well Dalphi and Lazarus both use Object Pascal, just note there are a few small details that are different. Free Pascal can also be used in Delphi mode making it possible to write just like delphi.
    also "Pascal script language"?

  6. #6
    'Pascal Script language' - suppose that was a bit weak. What I mean I suppose, is that the tutor is very much all about FPC, if I started using TP it'd make huim unhappy, I've had a look at delphi and lazarus and they seem to have differnt commands here and there, I really don't want to / can't deviate from the FPC way of things. Does that make any more sense?
    http://www.webdesignprofessionals.co.uk (any criticism is welcome!)

  7. #7
    Most tutorials that are for Delphi also directly works with Lazarus. I think the main difference is that Delphi makes programs to Windows only so some use directly WinAPI. Lazarus has workaround for this through LCL crossplatform units. But when it comes to normal programming with components there is propably not a single difference.

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
  •