Where can i found MFC sample project for study?

mfc

Solution

I realize you already mentioned CodeProject, but I must specifically point out the ToDoList project. It is a great end-to-end example of a well-designed, correctly object-oriented MFC application. There are a lot of classes in that project that I have re-used in my own stuff. Not to mention, it's also a great app in its own right.

Problem

When i found some questions, I always try to go to www.codeproject.com and www.codeguru.com to find some sample projects or tutorial. But sometime i found the resources from the codeproject and codeguru are not enought. So can someone suggest me some better website which contains useful sample projects or tutorial about C++/MFC ... ? Thanks in advance !

Original source