在 C++ 中解析 INI 文件的最简单方法是什么? [英] What is the easiest way to parse an INI File in C++?

查看:36
本文介绍了在 C++ 中解析 INI 文件的最简单方法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用 C++ 解析 INI 文件.关于什么是实现这一目标的最佳方法的任何提示?我应该使用 Windows API 工具来处理 INI 文件(我完全不熟悉它)、开源解决方案还是尝试手动解析它?

I'm trying to parse an INI file using C++. Any tips on what is the best way to achieve this? Should I use the Windows API tools for INI file processing (with which I am totally unfamiliar), an open-source solution or attempt to parse it manually?

推荐答案

您可以使用 Windows API 函数,例如 GetPrivateProfileString()GetPrivateProfileInt().

You can use the Windows API functions, such as GetPrivateProfileString() and GetPrivateProfileInt().

这篇关于在 C++ 中解析 INI 文件的最简单方法是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆