Results 1 to 6 of 6

Thread: Design classes in OOP?

  1. #1
    Join Date
    Jun 2006
    Location
    Vietnam
    Posts
    59
    Thanks
    17
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Design classes in OOP?

    I reviewed some classes of Qt and I feel that they are designed very cool. I need books to learn how to design classes effectly and easily modified codes in the future. Please suggest me some titles. Thanks.

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Design classes in OOP?

    In order to design reusable frameworks I think you need first and foremost experience.
    I am not sure how books can help, other that bringing certain design patterns to your knowledge.

    If you looked at the Qt classes you must have noticed the predominant use of the PIMPL pattern. There are a few threads about that here, on Qt Centre, so you should read those first.

  3. #3
    Join Date
    Jun 2006
    Location
    Vietnam
    Posts
    59
    Thanks
    17
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Design classes in OOP?

    Thank you. Really, I is a programmer about 2 years, and I also have good knowledge about OOP but almost of programs I wrote are designed by other ones. I want to become a designer, to study how to design classes and avoid mistakes in design. Thanks.

    Please suggest me some ebooks about PIMPL pattern. Thanks.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Design classes in OOP?

    Did you try wikipedia? And any book that has "Design Patterns" in its title?

  5. #5
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Design classes in OOP?

    In this regards, I think books can help you mold your thoughts in a better way

    I would recommend that you read the Head First Design Patterns and Head First Object Oriented Analysis and Design. When you skim through these books you may find them childish at first, but this impression will soon change once you start reading them
    We can't solve problems by using the same kind of thinking we used when we created them

  6. #6
    Join Date
    Feb 2006
    Posts
    91
    Thanks
    4
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Design classes in OOP?

    I recommend "THE" Design Pattern book:
    Design Patterns
    by Eric Gamma et al

    It's a great book written by GoF(Gang Of Four), read and re-read this one as the authors themselve suggest to .
    Humans make mistake because there is really NO patch for HUMAN STUPIDITY

Similar Threads

  1. QtTest: Unittesting in several classes
    By Jojo in forum Qt Programming
    Replies: 2
    Last Post: 25th August 2009, 12:38
  2. Qcj Data classes initial release
    By croftj in forum Qt-based Software
    Replies: 0
    Last Post: 1st May 2007, 02:51
  3. Adding nonQt classes to QtApplication
    By codebehind in forum Newbie
    Replies: 11
    Last Post: 23rd April 2007, 21:08
  4. Design problem/question
    By Valheru in forum Qt Programming
    Replies: 2
    Last Post: 27th September 2006, 21:45
  5. Dialog and code design issue
    By Gopala Krishna in forum Qt Programming
    Replies: 1
    Last Post: 24th September 2006, 17:54

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.