Are things like quot;afx_msgquot; decorators still used by VS/MFC?(像“afx_msg这样的东西吗?VS/MFC 仍在使用装饰器?)
本文介绍了像“afx_msg"这样的东西吗?VS/MFC 仍在使用装饰器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在开发一个 MFC 程序,该程序早在 VC6 时代就开始了.当时有一个类向导,它使用一堆装饰器和注释中的标记来解析类文件.
I'm working on an MFC program that started way back in the VC6 days. Back then there was a class wizard that used a bunch of decorators and markup in comments to parse class files.
例如,它会在它维护的消息处理程序前面插入 afx_msg.它会用 //{{AFX_MSG_MAP(TheApp) 和
沃梦达教程
本文标题为:像“afx_msg"这样的东西吗?VS/MFC 仍在使用装饰器?
猜你喜欢
- Stroustrup 的 Simple_window.h 2022-01-01
- C++ 协变模板 2021-01-01
- 与 int by int 相比,为什么执行 float by float 矩阵乘法更快? 2021-01-01
- 一起使用 MPI 和 OpenCV 时出现分段错误 2022-01-01
- 静态初始化顺序失败 2022-01-01
- 近似搜索的工作原理 2021-01-01
- 使用/clr 时出现 LNK2022 错误 2022-01-01
- 从python回调到c++的选项 2022-11-16
- 如何对自定义类的向量使用std::find()? 2022-11-07
- STL 中有 dereference_iterator 吗? 2022-01-01