mem_fun的用法,以及使用wcout
摘要:
#include "stdafx.h" #include #include #include #include #include using namespace std; class Widget { public: Widget(wstring str) { str_ = str; } wstring str_; void Print() { wcout w_l... 阅读全文
posted @ 2010-09-11 20:44 flydream 阅读(417) 评论(0) 推荐(0) 编辑