vc6和vc7中的CString有什么区别?
vc6和vc7中的CString有什么区别?
What is the difference between CString in vc6 and vc7?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
vc6和vc7中的CString有什么区别?
What is the difference between CString in vc6 and vc7?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
CString在VC7中从MFC中删除,以便它可以在MFC和ATL项目中使用。 架构完全改变了:
我不知道它们之间有任何行为差异,但文档在 VC6 中使用起来要容易得多。 这些方法分散在 VC7 中的基类之间。
CString was removed from MFC in VC7 so that it could be used in both MFC and ATL projects. The architecture was completely changed:
I'm not aware of any behavior differences between them, but the documentation is much easier to use in VC6. The methods are scattered between the base classes in VC7.