Home  >  Q&A  >  body text

c++ - 求推荐初学者易上手的MFC教程

我这边有个项目,需要用到MFC来完成,可是我看了好多教程,觉得他们都讲得好复杂,特别是孙鑫的,看不到一会就看不下去了。我想问下,各位同行,有没有什么好的MFC教程你们觉得上手快呢?就是那种一看就明白的。感激不尽...

迷茫迷茫2764 days ago516

reply all(1)I'll reply

  • 黄舟

    黄舟2017-04-17 11:31:51

    Brush MSDN until you vomit, and then you will know how to do it. In fact, MFC is an encapsulation of the Win32 API. You can guess what API is being called by looking at the class name of many things. So if you understand the Windows API, then look at MFC to understand. For books, I recommend "Windows Programming" fifth edition, and Windows via C/C++

    reply
    0
  • Cancelreply