C 檔案操作自定義函式

2021-06-08 22:27:37 字數 537 閱讀 8549

//

//檢查某個檔案,或目錄是否存在

//bisdircheck=true指定檢查的物件是目錄,反之檔案

bool fileexists(lpctstr lpszfilename,bool bisdircheck)

if((dwattributes&&file_attribute_directory)==file_attribute_directory)

else

}else

else

return false;

} }

////刪除指定目錄下的所有檔案和子目錄

void recursivedelete(cstring szpath)

else

} while (bret);

} }

////檢查檔案是不是有效的pe檔案

bool ispefile(cstring strpath) }}

}return bvalid;

}

Sqlserver 自定義函式操作

use test goif exists select from sys.objects where object id object id n gettime and type in n fn n if n tf n fs n ft 判斷是否存在該自定義函式 drop function getti...

自定義函式 Excel之自定義函式

在excel中,當系統函式不能滿足我們的需求時候,我們可以使用vba自定義函式,如抓取網頁資料,翻譯詞彙,手機號歸屬地查詢等。下面將介紹2個自定義函式,idymd函式 身份證年月日性別 通過身份證號,返回性別,出生年月日。語法 idymd id 引數 id,身份證號,預設身份證長度18位。vba 如...

C 自定義輸入函式

題目 自定義兩個輸入函式,第乙個列印字串,不新增 n 第二個列印字串,並統計列印的字元數 第二個函式增加乙個計數變數。程式如下 include void put1 const char string int put2 const char string int main void put1 cons...