C++之文件操做移動、複製、重命名

1 C++筆記之CopyFile和MoveFile的使用html 2 刪除和重命名web #include <fstream> #include <windows.h> //與opencv的命名空間CV有衝突,不能在一個文件中使用 int main() { string path="H://test";//測試路徑 remove("H://test/a.txt");//刪除文件
相關文章
相關標籤/搜索