开发者

how to start c++ mfc application

i work last 3 years on c#. now fo开发者_运维技巧r some reason i have to make some MFC cpp application. so what u people suggest for me. is it harder then c#? how can i begin? in c# i started just making some puzzle game do i follow the same for it? what is the best way to learn MFC c++? where i can find the resource?


MFC does not really hide the fact that it is built upen the Win32 API. So, the answer to your question really depends on whether you have been exposed to this API and if so how familiar you are with it.

When I used to program MFC (those were the days...) it really helped me understand to create an application without any help of any wizard. That is obviously not to say, that I wouldn't ever suggest using the wizard.

The book I used to learn MFC was Programming Windows with MFC by Jeff Prosise.

The Scrible Tutorial, currently at http://msdn.microsoft.com/en-us/library/aa716527%28VS.60%29.aspx is not bad, either.

Also check this thread: MFC resources / links .


MFC and C++ are harder than C#. It's very powerful but has a learning curve.

I would suggest you read the documentation on "Model/View Architecture" then use the wizard in visual studio to create an example application to use as a model.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜