design pattern
-
Hi experts, could anyone please tell me where can I find docs(or sites), to learn design pattern implementation using c++/ vc++(MFC). Thank u so much Himanghsu
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++ -
Hi experts, could anyone please tell me where can I find docs(or sites), to learn design pattern implementation using c++/ vc++(MFC). Thank u so much Himanghsu
check this out http://www.codeproject.com/KB/architecture/mfcpatterns.aspx[^]
-
Hi experts, could anyone please tell me where can I find docs(or sites), to learn design pattern implementation using c++/ vc++(MFC). Thank u so much Himanghsu
First good sourceIntroduction to Design Patterns in C++ with Qt 4[^] and second good source C++ Design Pattern: What is a Design Pattern? [^].
Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )
-
Hi experts, could anyone please tell me where can I find docs(or sites), to learn design pattern implementation using c++/ vc++(MFC). Thank u so much Himanghsu
better bought the book design pattern for dummies. it is quite good book to learn design pattern.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
better bought the book design pattern for dummies. it is quite good book to learn design pattern.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
First good sourceIntroduction to Design Patterns in C++ with Qt 4[^] and second good source C++ Design Pattern: What is a Design Pattern? [^].
Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )
-
You're welcome. ;)
Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )
-
Hi experts, could anyone please tell me where can I find docs(or sites), to learn design pattern implementation using c++/ vc++(MFC). Thank u so much Himanghsu
Design Patterns are solutions to common programming problems and the term "Design Pattern" is used to describe various common solutions. A good C coded book is Design Patterns: Elements of Reusable Object-Oriented Software[^]. Also, I'm currently writing some articles about design patterns and providing some good practical examples, however, these are in C# (you won't have problems understanding C# syntax if you're familiar with C and C++). My first is about Implementing the State Design Pattern[^]. I will be writing a lot more of these. Hope you can visit and please feel free to comment or ask questions.
Mark Graham (MCP) // The Doodler blogging about C#, Asp.Net, and Design Patterns at: csCoffee[^] and contributing at dotNet Notepad[^]