当前位置: 技术问答>linux和unix
Compile问题
来源: 互联网 发布时间:2015-04-14
本文导语: #include using namespace std; class Tree { private: string par; public: Tree() { par = "abc"; } void seed() { ...
#include
using namespace std;
class Tree
{
private:
string par;
public:
Tree()
{
par = "abc";
}
void seed()
{
cout
using namespace std;
class Tree
{
private:
string par;
public:
Tree()
{
par = "abc";
}
void seed()
{
cout