OpenCV中文网站

 找回密码
 立即注册
搜索
热搜: 安装 配置
查看: 3192|回复: 0

WIN32平台程序移植到MFC的方法

[复制链接]
发表于 2013-10-26 13:22:01 | 显示全部楼层 |阅读模式
win32平台移植到MFC中不能移植的部分需在函数前添加相应的命名空间。
例如:ifstream file(filename);-需改为-->std::ifstream file(filename)
string  a;---->std::string a;
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|OpenCV中文网站

GMT+8, 2024-4-20 15:14 , Processed in 0.007674 second(s), 16 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表