File-viewer/README.md

6 lines
260 B
Markdown
Raw Normal View History

2018-02-12 22:02:36 +01:00
# 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.