No description
Find a file
2026-07-01 08:37:04 -04:00
src better parsing and readme 2026-06-30 15:32:39 -04:00
LICENSE add license 2026-07-01 08:37:04 -04:00
Makefile highlight 2026-06-28 01:41:07 -04:00
README.md Update README.md 2026-06-30 16:17:46 -04:00
search_file_2-4.png Big changes. 2026-03-25 22:53:52 -04:00

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.

Screenshot

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.