标签: c++
我有一个Homonym功能和方法。
如何在类中包含此方法的调用函数?
我有一个错误:关于mkdir()方法的循环引用
int FileSystem::Path::mkdir(const std::string &name) { mkdir(name); //This is the c function from sys/stat.h return (0); }