简体   繁体   English

如何使用GetProfileSectionA读取C ++中的INI部分

[英]How to use GetProfileSectionA to read INI section in C++

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. 我正在尝试使用C ++读取INI文件的整个部分,但是找不到有关如何执行此操作的良好示例。

Any suggestions? 有什么建议么?

May be this GetPrivateProfileSection Link 可能是这个GetPrivateProfileSection链接

you can try to get all the key and values for all the sections of an ini file. 您可以尝试获取ini文件所有部分的所有键和值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM