// 2.11.cpp : 定義控制台應用程式的入口點。
//#include #include #includeconst unsigned int max_length_of_cmd = 300;
const char* default_file_name = "temp.txt";
/*strdefaultfilefullpath要確保足夠的儲存空間,建議為max_path
*/int getdefaultfilefullpath(char *strdefaultfilefullpath, const char *strdefaultfilename, const char *strargv0)
if(i < 0)
else
return 1;
}int main(int argc, char* argv)
注意兩個問題,是建立在於輸入的檔案位址同目錄下(此時預設與exe同一目錄,因為採用的是argv[0])
且'\\'代表 \,若,查詢到沒有'\\',則表明沒有二級目錄。
iPhone讀電話本
abaddressbookref addressbook abaddressbookcreate cfarrayref allpeople abaddressbookcopyarrayofallpeople addressbook cfindex npeople abaddressbookgetpe...
電話本再實現
標頭檔案模組 define crt secure no warnings 1 實現乙個通訊錄 通訊錄可以用來儲存1000個人的資訊,每個人的資訊包括 姓名 性別 年齡 住址 ifndef contact h define contact h include include define name m...
電話本 新增錯誤命令處理
如果輸入錯誤命令,返回提示資訊 2.18.cpp 定義控制台應用程式的入口點。include stdafx.h include include const unsigned int max length of cmd 300 const unsigned int max length of cmd ...