Registry / config / inih
library62vcpkgunverified

Simple .INI file parser.

vcpkg install inih
INSTALL
IMPORT
SIG · INIH
I
inih
configcppv62
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

INIReader.h
#include <INIReader.h>

Parse an INI file and read a value

#include <INIReader.h> #include <iostream> int main() { INIReader reader("config.ini"); if (reader.ParseError() < 0) { std::cerr << "Can't load config.ini" << std::endl; return 1; } std::string value = reader.Get("section", "key", "default"); std::cout << "Value: " << value << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
62latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Resources

No resource links recorded.

inih — pip install inih · libregistry