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.
我是 MFC 编程的新手。我必须编写一个读取配置文件的应用程序来初始化应用程序。配置文件格式类似于:
server={192.168.1.254;8080} device={panasonic} printer={172.168.10.50;9100}
我想知道如何读取每个键及其值,然后将新值写回配置文件。如果你能给我代码示例,我将非常感谢你的好意
使用该.ini格式,MFC 支持该格式。
.ini
检查文档,查找“.INI”条目。