搜索资源列表
chongzauhanshu
- 定义Name类的重载赋值函数。#include<iostream.h> #include<string.h> class Name { public : Name ( char *pN ) Name( Name & ) Name& operator=( Name& ) ~ Name() protected : char *pName int size } Name::Name (
2chashudebianli
- 数据结构 课程 2叉树的遍历 #include \"stdafx.h\" #include <iostream.h> typedef char elemtype