gospacedev / text-cpp

Read and write txt files in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text-cpp

It can write and read txt files

Usage

To build:

g++ -o txt-edit main.cpp

and run it:

./txt-edit

About

Read and write txt files in C++

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%