今天学习了多叉树的写法了。
呵呵。哈哈。吼吼。嘿嘿。嘻嘻。
class CFile{ public://请允许我在这里全 public 了 CFile(); ~CFile(); string name; bool type;//true is directory, and false is file string make_time; string permissions;//权限, rwx int size; int num; bool hide;//true is hide, ans false is not hide vector < CFile * > next; CFile *pre; };