php1ic / inch

The Interactive Nuclear CHart
GNU General Public License v3.0
3 stars 2 forks source link

Update to C++17 #18

Closed php1ic closed 4 years ago

php1ic commented 5 years ago

There is a substantial amount of reading, writing and generally checking on the status of files. If we started to use c++17, we could leverage std::filesystem and it's functionality, rather than use the hand spun algorithms that are currently used.