Remove file in C++ under UNIX

前端 未结 5 1010
悲&欢浪女
悲&欢浪女 2021-02-07 00:46

How do you guys typically delete files on Linux OS? I am thinking of using the unlink function call, but I wonder if you have a better idea, as the C++ standard has

5条回答
提交回复
热议问题