Registry / utility / compoundfilereader

compoundfilereader

JSON →
library0.1.0vcpkgunverified

Simple standalone c++ header file to read compound file (Structured Storage File) content.

vcpkg install compoundfilereader
INSTALL
IMPORT
SIG · COMPOUNDFILEREADER
C
compoundfilereader
utilitycppv0.1.0
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.

compoundfilereader/compoundfilereader.h
#include <compoundfilereader/compoundfilereader.h>

Opens and reads a compound file

#include <compoundfilereader/compoundfilereader.h> #include <iostream> int main() { CompoundFileReader reader("test.ole"); if (reader.Open()) { std::cout << "File opened successfully\n"; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

compoundfilereader — pip install compoundfilereader · libregistry