标题:请问这个怎么解决?
取消只看楼主
root2008
Rank: 2
等 级:论坛游民
帖 子:35
专家分:31
注 册:2018-8-7
结帖率:100%
已结贴  问题点数:20 回复次数:1 
请问这个怎么解决?
[Error] cannot convert 'std::string {aka std::basic_string<char>}' to 'const char*' for argument '1' to 'FILE* fopen(const char*, const char*)'
搜索更多相关主题的帖子: std char const FILE fopen 
2018-09-23 12:44
root2008
Rank: 2
等 级:论坛游民
帖 子:35
专家分:31
注 册:2018-8-7
得分:0 
具体代码:
程序代码:
string defi="D:\\HappyGames\\CL\\1.0\\";
    string defis="\\passwords.tmp";
    defi=defi+s;
    defi=defi+defis;
    FILE*passin=fopen(defi,"r");
2018-09-23 12:50



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-489954-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.078134 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved