摘要: //新建如图文件 //在头文件.h中声明,在.cpp中实现 //main.cpp代码如下 1 #define _CRT_SECURE_NO_WARNINGS 2 #include<iostream> 3 #include "test.h" 4 #include <string.h> 5 using 阅读全文
posted @ 2016-02-14 20:38 微风星宇 阅读(185) 评论(0) 推荐(0)