File Archiver
This lab was developed to teach students how to create a PACK file for organizing and encrypting assets. The student is provided with a C# interface and then tasked with writing the functions for adding and removing files from a PACK file in a C++ DLL.
Developed:
- Interface using C#
- C++ DLL containing archiving functionality
- Interaction between C# application and C++ DLL
Demo and Lab as distributed to students can be downloaded here.
Comments are closed.