Single-header INI file reader and writer for modern C++ (C++17), with type-aware getters and sensible defaults
Run the following Vcpkg command to install the port.
vcpkg install ini-cpp
ini-cpp is header-only and can be used from CMake via:
find_path(INI_CPP_INCLUDE_DIRS "ini/ini.h") target_include_directories(main PRIVATE ${INI_CPP_INCLUDE_DIRS})
v2.0.0#0
Jul 11, 2026
All
SSARCandy/ini-cpp
github.com/SSARCandy/ini-cpp
cf1c7380e7
BSD-3-Clause
Manifest