ohowells / File-IO

Here are a few pieces of file IO code I have written over the last little while

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File IO

Here some different file IO code I have written over the last little while.

Delimiter-separated-values

Reads some kinds of data (integers at the moment) from a file that are separated by some kind of character (, . "" '' etc.) and stores them in a vector.

To run type the commands:

make dsv
./f_io.o

Get-line-x

Finds a specified line of a file and prints it.

To run type the commands:

make glx
./f_io.o

About

Here are a few pieces of file IO code I have written over the last little while


Languages

Language:C++ 91.0%Language:Makefile 9.0%