您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. c++ 编程练习 014:MyString

  2. 北大程序设计与算法(三)测验题汇总(2020春季) 描述 补足MyString类,使程序输出指定结果 #include #include #include using namespace std; class MyString { char * p; public: MyString(const char * s) { if( s) { p = new char[strlen(s) + 1]; strcpy(p,s); } else p = NULL; }
  3. 所属分类:其它

    • 发布日期:2021-01-07
    • 文件大小:40960
    • 提供者:weixin_38745891