Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 C++ 读取 INI 文件的整个部分,但找不到有关如何执行此操作的好示例。
有什么建议么?
可能是这个GetPrivateProfileSection 链接
您可以尝试获取 ini 文件的所有部分的所有键和值。