Skip to content

MaybeNotABob/Hide-n-Seek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hide-n-Seek

treasure-found

Description

A simple educational project I have used for learning about std::filestream - C++ 17.

Hide a .txt file (treasure) within a directory hierarchy. The depth of the directory structure can be control by adjusting the const value. directory names are randomly generated strings.

Compile

run the make file ./make release

or

clang++ -Wall -std=c++17 *.cpp -o hide.exe

About

Hide a txt file within a directory hierarchy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published