Registry / utility / c4core

c4core

JSON →
library0.2.11vcpkgunverified

Library of low-level C++ utilities

vcpkg install c4core
INSTALL
IMPORT
SIG · C4CORE
C
c4core
utilitycppv0.2.11
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.

c4/charconv.hpp
✓ #include <c4/charconv.hpp>

Convert integer to string using c4core

#include <c4/charconv.hpp> #include <iostream> int main() { int val = 42; char buf[16]; c4::to_chars(buf, val); std::cout << buf << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.11latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

c4core — pip install c4core · libregistry