2016年9月19日

摘要: NMAKE:fatal error U1077.“cl.exe” return code 0xc0000135 产生原因:在安装visual studio的时候没有勾选注册环境变量导致的。 解决办法:在系统环境变量中加入visual studio的安装路径:vs安装路径\VC\Bin,以及vs安装路 阅读全文
posted @ 2016-09-19 09:52 czhoud 阅读(1839) 评论(0) 推荐(0) 编辑
摘要: String::String(const String &other) //拷贝构造函数 { cout << "自定义拷贝构造函数" << endl; int length = strlen(other.m_data); m_data = new char[length + 1]; strcpy(m 阅读全文
posted @ 2016-09-19 09:52 czhoud 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1. 提取 阅读全文
posted @ 2016-09-19 09:51 czhoud 阅读(2808) 评论(0) 推荐(0) 编辑

导航