- #36
rgrig
- 34
- 1
"Design patterns" is, as I said, for designing applications -- in any OO language.
For structured programming you are better of with Dijkstra's "Structured programming" book. His writing style is excelent.
Why exactly do you want to learn about MFC? It is old and a very good example of BAD library design. You would be much better off learning .NET class library or Java API.
For structured programming you are better of with Dijkstra's "Structured programming" book. His writing style is excelent.
Why exactly do you want to learn about MFC? It is old and a very good example of BAD library design. You would be much better off learning .NET class library or Java API.