A C-style I/O wrapper for C++.
Note
C++17 is required.
Add a package dependency to https://github.com/sbooth/cio in Xcode.
- Clone the cio repository.
swift build
.
C++ Class | Description |
---|---|
cio::cstream | A class managing a C stream (std::FILE * ) object |
Released under the MIT License.