Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 237 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 237 Bytes

Virtual file system with FUSE

The program implement inheritance, operator overload, file management, exception handling, and stl. Written on Linux.

Compile with:

g++ -Wall -l:libfuse.so.2 -o gd gd_filesystem.cpp gd_cache.cpp