https://github.com/excessphase/quantiq
https://github.com/excessphase/quantiq
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/excessphase/quantiq
- Owner: ExcessPhase
- Created: 2025-09-10T16:18:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T19:03:09.000Z (9 months ago)
- Last Synced: 2025-09-17T21:29:31.671Z (9 months ago)
- Language: C++
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This code implements the programming task of copying a source file into a destination file line by line
while reversing the lines.
It uses asynchronous IO and thus ought to be pretty fast.
To build change into the source directory and run
make
and when finished run
./reverse inputFileName outputFileName