是否还有 MFC 的案例

2022-01-12 00:00:00 visual-c++ mfc

MFC 有哪些引人注目的功能?为什么要为新项目选择它?

What are the compelling features of MFC? Why would you select it for a new project?

推荐答案

MFC 在 10 年前是一个不错的选择.它仍然是 Win32 API 的一个很好的包装器,但不幸的是已经过时了.

MFC was a good option 10 years ago. It is still a good wrapper over Win32 API but unfortunately obsolete.

Qt 是一个更好的选择,它有一个很大的优势――它独立于平台.使用 MFC,您注定要使用 Windows.

Qt is a better option with one big advantage - it is platform-independent. With MFC you're doomed to Windows.

相关文章