Design pattern

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • olivier

    Design pattern

    Hi,
    sorry if it appears twice , i m looking for a good site that explain
    lot of design pattern, i mean the name, why the pattern exists and if
    possible good example to explain how to use and why to use it. And of
    course in C++
    Thanks
  • Mike Hewson

    #2
    Re: Design pattern

    olivier wrote:[color=blue]
    > Hi,
    > sorry if it appears twice , i m looking for a good site that explain
    > lot of design pattern, i mean the name, why the pattern exists and if
    > possible good example to explain how to use and why to use it. And of
    > course in C++
    > Thanks[/color]

    If for you 'design pattern' translates to 'programming paradigm' then I
    suggest you fire in to Stroustrup's site at:

    "A Tour Of C++" ( pdf ) can be found somewhere there - it's a excerpt
    from one of his books. You'll need to re-read, but persistence will
    repay. An excellent glance at why C++ can be 'multi-paradigm'.

    --

    Cheers
    --
    Hewson::Mike
    "This letter is longer than usual because I lack the time to make it
    shorter" - Blaise Pascal

    Comment

    • Howard

      #3
      Re: Design pattern


      "olivier" <wxuserbrest@ya hoo.fr> wrote in message
      news:613d1030.0 501060151.6462f 11@posting.goog le.com...[color=blue]
      > Hi,
      > sorry if it appears twice , i m looking for a good site that explain
      > lot of design pattern, i mean the name, why the pattern exists and if
      > possible good example to explain how to use and why to use it. And of
      > course in C++
      > Thanks[/color]

      If you search for "design patterns c++" on groups.google.c om, you should get
      a lot of ideas on books and links for design patterns with examples in c++.

      -Howard


      Comment

      • Mike Wahler

        #4
        Re: Design pattern

        "olivier" <wxuserbrest@ya hoo.fr> wrote in message
        news:613d1030.0 501060151.6462f 11@posting.goog le.com...[color=blue]
        > Hi,
        > sorry if it appears twice , i m looking for a good site that explain
        > lot of design pattern, i mean the name, why the pattern exists and if
        > possible good example to explain how to use and why to use it. And of
        > course in C++
        > Thanks[/color]

        The Hillside Group is a nonprofit corporation dedicated to improving human communication about computers by encouraging people to codify common programming and design practice. We sponsor conferences like PLoP, EuroPLoP, UP, ChiliPLoP, Mensore PLoP, KoalaPLoP and SugarLoafPLoP


        I highly recommend this book:

        (also available on a searchable CD).

        -Mike


        Comment

        • GTO

          #5
          Re: Design pattern

          How about a good book?

          Try Alan Shalloway and James R. Trott's Design Patterns Explained,
          Addison-Wesley, 2002.

          Gregor

          "olivier" <wxuserbrest@ya hoo.fr> wrote in message
          news:613d1030.0 501060151.6462f 11@posting.goog le.com...[color=blue]
          > Hi,
          > sorry if it appears twice , i m looking for a good site that explain
          > lot of design pattern, i mean the name, why the pattern exists and if
          > possible good example to explain how to use and why to use it. And of
          > course in C++
          > Thanks[/color]


          Comment

          Working...