Simple file reader in C++. Examples included
To compile use this command:
make
To clean the project
make clean
After that you can run this example by running the following command
./main.o
See the "example.dat" to see the structure of the text file.