摘要:
#include <iostream> using namespace std; const int DefaultSize = 10; class Array{public: Array(int itsSize=DefaultSize); ~Array() { delete[] pType; } 阅读全文
posted @ 2019-06-08 17:34
西北逍遥
阅读(887)
评论(0)
推荐(0)
摘要:
#include <iostream>#include <stdio.h> using namespace std; class IOException{};class FileException{};class UndefineError{}; void my_copy(const char* s 阅读全文
posted @ 2019-06-08 16:54
西北逍遥
阅读(1610)
评论(0)
推荐(0)
摘要:
#include <iostream>#include <stdio.h> using namespace std; void my_copy(const char* src_file, const char* dest_file){ FILE *in_file, *out_file; in_fil 阅读全文
posted @ 2019-06-08 16:42
西北逍遥
阅读(1925)
评论(0)
推荐(0)
摘要:
#include <iostream>#include <stdio.h> using namespace std; int my_copy(const char* src_file,const char* dest_file){ FILE *in_file, *out_file; in_file 阅读全文
posted @ 2019-06-08 16:37
西北逍遥
阅读(375)
评论(0)
推荐(0)

浙公网安备 33010602011771号