摘要: #include // 。。。#define BUG puts("here!!!");using namespace std;class String {private : char *m_data;public : String(const char *str = NULL); // 构造函数 ... 阅读全文
posted @ 2013-03-10 20:59 小尼人00 阅读(162) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include #include using namespace std;void shaohou() { for(int i = 0; i > account; s >> passwd; ... 阅读全文
posted @ 2013-03-10 16:23 小尼人00 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 很久没有写过C++程序了,对Visual Studio有些不习惯。尤其对它编译后直接退出感到无语到愤怒。。。http://blog.sina.com.cn/blogagn于是就谷歌访问了一下,发现有几下方法:1.直接调用系统函数system("pause");例如:#includeusing nam... 阅读全文
posted @ 2013-03-10 13:09 小尼人00 阅读(412) 评论(0) 推荐(0) 编辑