An open API service indexing awesome lists of open source software.

https://github.com/sbooth/cio

C-style I/O wrapper for C++
https://github.com/sbooth/cio

cpp

Last synced: about 1 year ago
JSON representation

C-style I/O wrapper for C++

Awesome Lists containing this project

README

          

# cio

A C-style I/O wrapper for C++.

> [!NOTE]
> C++17 is required.

## Installation

### Swift Package Manager

Add a package dependency to https://github.com/sbooth/cio in Xcode.

### Manual or Custom Build

1. Clone the [cio](https://github.com/sbooth/cio) repository.
2. `swift build`.

## Contents

| C++ Class | Description |
| --- | --- |
| [cio::cstream](Sources/cio/include/cstream.hpp) | A class managing a C stream (`std::FILE *`) object |
## License

Released under the [MIT License](https://github.com/sbooth/cio/blob/main/LICENSE.txt).