1. Home
  2. Browse
  3. ini-cpp

ini-cpp

v2.0.0#0Latest

Single-header INI file reader and writer for modern C++ (C++17), with type-aware getters and sensible defaults

Install

Run the following Vcpkg command to install the port.

vcpkg install ini-cpp

Usage

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})
See source

Version

v2.0.0#0

Publication

Supports

All

GitHub

SSARCandy/ini-cpp

Homepage

github.com/SSARCandy/ini-cpp

Subtree

cf1c7380e7

License

BSD-3-Clause

Definition

Manifest