摘要: c++ Primer Plus笔记 方便自己下载 阅读全文
posted @ 2007-03-24 04:37 Edward Xie 阅读(182) 评论(0) 推荐(0) 编辑
摘要: c win * const *char CHAR LPSTR LPCSTRwchar_t WCHAR LPWSTR LPCWSTR | ... 阅读全文
posted @ 2007-03-24 01:11 Edward Xie 阅读(79) 评论(0) 推荐(0) 编辑
摘要: #include // not required by most systems#include #include #include // (or stdlib.h) for exit()const int LIM = 20;struct planet{ char name[LIM]; // name of planet double populatio... 阅读全文
posted @ 2007-03-24 01:05 Edward Xie 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 1>基本io////////////////////////////////////////////////////////////////////////////////////////////////ofstream fout; //写出流fout.open("file.txt"); ofstream fout("file.txt");*************... 阅读全文
posted @ 2007-03-24 01:00 Edward Xie 阅读(369) 评论(0) 推荐(0) 编辑