网站首页 站内搜索

搜索结果

查询Tags标签: makeM,共有 2条记录
  • C++文件错误| 'strcmp' was not declared in this scope|

    今天编写C++代码时,出现了错误,如下:strcmp was not declared in this scope 代码部分如下:#include<iostream>#include<string>using namespace std; //抽象产品类 男人class Man{public: virtual void makeM() = 0;};//具体产品类 白色男人class Whit…

    2021/10/5 12:10:45 人评论 次浏览
  • C++文件错误| 'strcmp' was not declared in this scope|

    今天编写C++代码时,出现了错误,如下:strcmp was not declared in this scope 代码部分如下:#include<iostream>#include<string>using namespace std; //抽象产品类 男人class Man{public: virtual void makeM() = 0;};//具体产品类 白色男人class Whit…

    2021/10/5 12:10:45 人评论 次浏览
扫一扫关注最新编程教程