MFC 和 STL 2022-01-12 00:00:00 c++ stl mfc 您会将 MFC 与 STL 混合使用吗?为什么? Would you mix MFC with STL? Why? 推荐答案 当然.为什么不呢? 我使用 MFC 作为表示层,尽管后端中的结构和类使用 STL. I use MFC as the presentation layer, even though the structures and classes in the back-end use STL. 相关文章