MFC and STL(MFC 和 STL)
问题描述
您会将 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.
这篇关于MFC 和 STL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!