Design patterns

Can anyone please give me practical examples of design patterns in C++.
I know only Singleton. I would like to learn other design patterns like Factory Method etc.
Can you please give some good examples that may help me to learn other design patterns. Thank you very much
Last edited on
For which ones?
I know only Singleton. I would like to learn other design patterns like Factory Method etc.
Can you please give some good examples that may help me to learn other design patterns. Thank you very much
Design Patterns by GoF is the book that you need. Read it and become enlightened.
Topic archived. No new replies allowed.