A simple program to navigate directories and output files.
Go to file
Isak 44e2746659
Delete Functions.h
2018-02-17 21:16:26 +01:00
src Delete Directory.h 2018-02-17 21:14:57 +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.