Results 1 to 4 of 4

Thread: No more fear of classes and objects!

  1. #1

    No more fear of classes and objects!

    For the longest time I've avoided classes and objects because they sounded scary. Well, a few minutes ago I took away that fear by reading these two articles, and finally understanding that they're extremely helpful for things like games.

    Anyway, didn't find much on classes on the boards anyway, so here's a thread about them, and the two links that will save my programming career.



    http://delphi.about.com/gi/dynamic/o...rticle-oop.htm

    http://delphi.about.com/gi/dynamic/o...1127%2Fa12.htm

    [EDIT]
    Here's the page that had the links, and probably has some other great ones too!
    http://delphi.about.com/od/oopindelphi/

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

    No more fear of classes and objects!

    A good friend of mine had first introduced me to using Object Oriented Programming in my games in the late 90s. Since that time I have used it in every aspect of my game programming projects and never went back.

    It poses new challenges as far as code structure and engine design, but it's well worth it as its much more powerful and much more structured.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  3. #3

    No more fear of classes and objects!

    Yeah, I don't think I'll ever turn back now. Just wrote a simple class to hold my objects scale,rotation, and position.

    Now coding with object pascal is such a dream.


  4. #4

    No more fear of classes and objects!

    Indeed. I can't say I know every aspect of it, but from the things I do know, its certainly makes life soo much easier.

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
  •