摘要: 马上要开始校招了,这些基本的数据结构很有必要掌握。 自己基本都忘了,所以花点时间自己重新温习下。 阅读全文
posted @ 2016-07-20 18:50 ht-beyond 阅读(910) 评论(0) 推荐(0) 编辑
摘要: // 文件和目录操作 #ifndef _FILE_DIR_H_ #define _FILE_DIR_H_ #include #include #include void mkDir(const std::string &dirPath); int removeDir(const std::string &path); bool checkExist(const std::string... 阅读全文
posted @ 2016-07-20 09:20 ht-beyond 阅读(394) 评论(0) 推荐(0) 编辑