開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
Visual Studio 2013
問題(Question):
ini檔內有個內容如下:
[Name]
0001=0101,221
0002=0201,211
0003=0301,201
0004=0401,191
0005=0501,181
0006=0601,171
.
.
.
.
0263=2112,02C
0264=2212,01C
我想在for迴圈內
使用GetPrivateProfileString
將221、211、201、....、01C讀出來(逗點之後的字串)
但是始終無法正確讀出來,請問有什麼方式較適合讀取資料嗎?
謝謝