I'm attempting to read an entire section of an INI file using C++, but cannot find a good example on how to do this.

Any suggestions?

有帮助吗?

解决方案

May be this GetPrivateProfileSection Link

you can try to get all the key and values for all the sections of an ini file.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top