| src | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| search_file_2-4.png | ||
MossMan
MossMan is a tool designed to ease the filtering, viewing, and compilation of Stanford MOSS reports. It is specialized for CMU's 15-122 programing course, generating the outline of a file that is read by another script. It could be used for other courses however. Also because I wanted a bit of practice using older C++ UI frameworks and design styles.
Adding images
Because distributed an application (normally) would require the inclusion of multiple files that then must be grouped and installed (especially on Windows), we (read: I) chose to embed files into the executable itself for things like icons. Using xxd -i is recommended to generate the code needed. Note that modifications will need to be made to fit naming conventions and keeping the actual data out of the header to ease compilation times.
