How to write this kind of INI file
- by menok
I want to write a ini. file in MFC ,and I know those typical methods with section names, key names and key values. I`m wondering how to write a ini file which contains only a section name.
a ini file like below
...
[section]
...
I have tried the function writeprivateprofilestring() with two NULL parameters but it failed.