共享自己寫的測試ini 檔案讀寫原始碼

2021-06-07 18:12:37 字數 377 閱讀 7789

bool  ctest131dlg::readini() //讀ini

int ctest131dlg::calccount()

;char *psectionname;//儲存找到的某個節名字串的首位址

int i; //指向陣列chsectionnames的某個位置,從0開始,順序後裔

int j=0;//用來儲存下乙個節名字串的首位址

int count=0; //統計節的個數

::getprivateprofilesectionnames(chsectionnames,1024,".\\config.ini");

for(i=0;i<1024;i++,j++)}}

return count;

}

自己寫的ini 檔案操作的類

ini 檔案操作的類 今天沒有什麼工作,找了些資料,寫乙個操作ini檔案的類,已經測試過了,也算是技術積累吧!哈哈.using system using system.collections.generic using system.text using system.runtime.interop...

ini檔案的讀寫

1.function readstring const section,ident,default string string 函式中section為節點名,ident為關鍵字,default為預設值.procedure writestring const section,ident,default...

ini 檔案的讀寫

strfilename ini檔名 strsection 節名稱 strkey 鍵名 strvalue 鍵值 public function iniwritekey strfilename as string,strsection as string,strkey as string,strvalu...