![]() |
#2
Jonny02012018-03-12 18:47
|
class test
{
char *name;
public:
test fun(test const &other);//这个函数怎么写 我想将other中的name的值传递给当前调用的对象,其他的方式我会写,但是这个函数的实现应该怎么写
};