A simple program to navigate directories and output files.
Go to file
Isak a75529dd23
Update Main.cpp
Removed debugging comment
2018-02-12 22:13:07 +01:00
src Update Main.cpp 2018-02-12 22:13:07 +01:00
README.md Create README.md 2018-02-12 22:02:36 +01:00

README.md

File-viewer

A simple program to navigate directories and output files. Note that the function get_current_dir_name() used in the program is a GNU extension and may not work on all compilers.

This was compiled using g++ version 6.3.0 on the authors machine.