2016年1月12日

c++二进制文件的读写

摘要: #include "stdafx.h"#include "string"#include using namespace std;class C{public: C():i(),str(){};//初始化,非赋值 C(int iP,string strP):i(iP),str(strP)... 阅读全文

posted @ 2016-01-12 09:59 矮油~ 阅读(290) 评论(0) 推荐(0)

导航