Registry / config / inipp
library1.0.13vcpkgunverified

Simple header-only C++ ini parser and generator

vcpkg install inipp
INSTALL
IMPORT
SIG · INIPP
I
inipp
configcppv1.0.13
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.

inipp/inipp.h
#include <inipp/inipp.h>

Parse and read an INI file

#include <inipp/inipp.h> #include <iostream> #include <sstream> int main() { inipp::Ini<char> ini; std::istringstream ss("[section]\nkey=value\n"); ini.parse(ss); std::cout << ini.sections["section"]["key"] << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.13latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
Amazon
1
Resources

No resource links recorded.

inipp — pip install inipp · libregistry