随笔分类 -  C/C++

语言学习
摘要:#include#include#include#includeusing namespace std;class PWoper{ string inpatch; string outpatch;public: PWoper(string in, string out) { ... 阅读全文
posted @ 2015-01-05 12:19 remly 阅读(531) 评论(0) 推荐(0)