Smaller binary size with C++ on baremetal (g++)
I’ve recently begun moving a large portion of the isostick code from C to C++, since much of it would benefit from object orientation. In the case of isostick I have lots of strings, vectors, and file handles being tossed Continue reading