This repo is used to keep track of my own progress with using Modern CPP features and best practices. Any feedback or suggestions are welcome!
cd
to appropriate subdirectorymkdir build
cd build
and thencmake ..
once to generate cmake filesmake
to build the binary- run the appropriate generated binary file containing the driver code (eg.
./alignment_bin
)