문제

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