remove()是C语言中的函数,一般作用是删除数组、链表对象所有的元素。函数原型是intremove(char*filename)。 函数功能 remove()函数用于删除指定的文件,其原型如下: int remove(char *filename); 函数声明2: template<classPath>inline bool remove(const Path &Pval); 函数参数 fi...