vc讀寫ini檔案
關於ini檔案讀寫的api函式 有下列這些:
getprivateprofileint
getprivateprofilesection
getprivateprofilesectionnames
getprivateprofilestring
getprivateprofilestruct
getprofileint
getprofilesection
getprofilestring
writeprivateprofilesection
writeprivateprofilestring
writeprivateprofilestruct
writeprofilesection
writeprofilestring
注:關於這些函式的詳細解釋請參考msdn
為更好的了解ini檔案的操作,下面給出乙個例項,希望能起到拋磚引玉的作用:
#endif
#include
#include "ini.h"
cini::cini()
cini::~cini()
// 設定ini檔案路徑
void cini::setinipathname(cstring strfilename)
for(i=0;i<=dw;i++)}}
}return inum;
}
VC讀寫INI檔案
在我們寫的程式當中,總有一些配置資訊需要儲存下來,以便完成程式的功能,最簡單的辦法就是將這些資訊寫入ini檔案中,程式初始化時再讀入.具體應用如下 一.將資訊寫入.ini檔案中.1.所用的winapi函式原型為 其中各引數的意義 lpctstr lpstring 是鍵值,也就是變數的值,不過必須為l...
VC讀寫INI檔案
在我們寫的程式當中,總有一些配置資訊需要儲存下來,以便完成程式的功能,最簡單的辦法就是將這些資訊寫入ini檔案中,程式初始化時再讀入.具體應用如下 一.將資訊寫入.ini檔案中.1.所用的winapi函式原型為 其中各引數的意義 lpctstr lpstring 是鍵值,也就是變數的值,不過必須為l...
VC讀寫INI檔案
vc讀寫ini檔案 在我們寫的程式當中,總有一些配置資訊需要儲存下來,以便完成程式的功能,最簡單的辦法就是將這些資訊寫入ini檔案中,程式初始化時再讀入.具體應用如下 一.將資訊寫入.ini檔案中.1.所用的winapi函式原型為 其中各引數的意義 lpctstr lpstring 是鍵值,也就是變...