SortingVisualizer
SortingVisualizer copied to clipboard
Compile? With What?
What do I use to compile the source code? I'm one of your subscribers.
:man_shrugging: man he did not include his makefiles, smh; You can most likely compile it with GCC/G++, all files seem to be C++ files, I assume you can just compile all of those items into .o / object files and then link them together to a binary.
But yeah he should include makefiles and for bigger projects autotools.