Replace DirectoryManager #55

Closed
opened 2019-08-01 21:54:35 -04:00 by kdeng00 · 0 comments
kdeng00 commented 2019-08-01 21:54:35 -04:00 (Migrated from github.com)

Replace all functionality of DirectoryManager with C++. This will be a gradual process in introducing C++ into this project. With the addition of Filesystems in C++17, this would be possible without the use of any external libraries. The purpose of switching a part of this project to C++ is to use the newer features of C++ and have more control of aspects of this project. Plus, I've always been a fan of C++.

Replace all functionality of [DirectoryManager](/kdeng00/Icarus/tree/master/Controllers/Managers/DirectoryManager.cs) with C++. This will be a gradual process in introducing C++ into this project. With the addition of Filesystems in C++17, this would be possible without the use of any external libraries. The purpose of switching a part of this project to C++ is to use the newer features of C++ and have more control of aspects of this project. Plus, I've always been a fan of C++.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/icarus#55