Results 1 to 10 of 18

Thread: Pascal Cheat sheet???

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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!)

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

  3. #3
    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!)

  4. #4
    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"?

  5. #5
    '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!)

  6. #6
    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.

  7. #7
    ok, that makes a bit more sense, one thing, thats simple as sin but I can't make it work!!!

    When I use pascal, I run and then switch screen to see the program running, How do I do this in lazarus?!? I've tried building and running but I cna't find it!?!?!?
    Elp
    http://www.webdesignprofessionals.co.uk (any criticism is welcome!)

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
  •