Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Pascal Cheat sheet???

  1. #1

    Pascal Cheat sheet???

    Hi guys,

    I just stumbled across an awesoem site with a really decent PHP cheat sheet in which has helped me loads...Just wondering ig anyone knows of a Pascal one? I did a search but links were either dead or not available
    http://www.webdesignprofessionals.co.uk (any criticism is welcome!)

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

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

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

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

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

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

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

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

  10. #10
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Give this video tutorial a good viewing. I'm sure it will explain everything you need to know to get you started. Remember it's a GUI so you'll have to learn the interface.

    http://www.pascalgamedevelopment.com...m-Hello-World!
    Jason McMillen
    Pascal Game Development
    Co-Founder





Page 1 of 2 12 LastLast

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
  •