摘要: 三个方面:业务逻辑,执行体,协调器(装配前两者) View Code #include#include#include#include#include"CLStatus.h"#include"CLLog.h"using namespace std;class CMyFunction{... 阅读全文
posted @ 2011-10-20 22:47 lq0729 阅读(321) 评论(0) 推荐(0) 编辑
摘要: C/C++有以下几种流对象的: 型别 名称 作用 istream cin 从input通道读入数据 ostream cout 将数据写到标准output通道 ostream cerr 将错误信息写到标准error通道 ostream clog 将日志信息写到标准logging通道 wistream ... 阅读全文
posted @ 2011-10-20 22:17 lq0729 阅读(10827) 评论(0) 推荐(2) 编辑