标签:
1.类定义;
2.对象数组
|
3.
foo.cpp:29: error: no matching function for call to ‘myfoo::myfoo(int, const char [4])’
foo.cpp:15: note: candidates are: myfoo::myfoo()
foo.cpp:11: note: myfoo::myfoo(int, std::string&)
foo.cpp:5: note: myfoo::myfoo(const myfoo&)
};
标签:
原文地址:http://www.cnblogs.com/liangxiaofeng/p/4311423.html